Install
$ agentstack add skill-oomol-lab-oo-cli-oo-create-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
oo Creator Skill
Create local skills with one shared authoring method. Treat OO runtime usage and the presence of an existing workflow as independent decisions:
- A skill is standard when its future runtime does not need
oo. - A skill is OO-powered when its future runtime calls an OO connector,
Fusion API, OO-hosted LLM, OO file capability, or another oo command.
- A skill has an existing workflow when the user points to a directory,
script, configuration, or skill whose files must be preserved.
Being managed by oo does not by itself make a skill OO-powered. Local scripts also do not imply an OO runtime dependency.
Classify only the generated skill's intended future runtime:
- Authoring-time use of
oo, including initialization, adoption, validation,
or research, does not make the generated skill OO-powered.
- A skill that explains or documents OO without executing it is standard.
- A local script or mixed workflow that directly or indirectly invokes
oois
OO-powered.
- If any officially supported runtime path invokes
oo, including an optional
path, classify the skill as OO-powered and state whether OO is required or optional in the generated skill. An obsolete OO call that the new workflow removes does not determine the classification.
Compose the Workflow
Always read [references/skill-authoring.md](references/skill-authoring.md) and follow its general authoring process.
Then add the references that match the request:
- Read [references/existing-workflow.md](references/existing-workflow.md) when
files or an implementation already exist.
- Read [references/oo-powered.md](references/oo-powered.md) when the generated
skill will use OO at runtime.
The references compose. An existing workflow may produce either a standard or an OO-powered skill. If runtime dependency is unclear and the answer would change the generated skill, first inspect available files and context. Ask only when the remaining ambiguity is a user decision: whether future executions should call a hosted or connected OO capability or only use instructions, local files, local tools, and tools already available to the agent.
Do not run OO capability discovery for a standard skill. Do not add an OO runtime compatibility declaration merely because oo skills init, oo skills adopt, or oo skills validate manages the skill.
Shared Acceptance
Before finishing:
- Verify that the trigger description starts with the user outcome and names
realistic request phrases, important inputs, and expected outputs.
- Keep
SKILL.mdcompact and move optional detail to one-level-deep
references. Include scripts or assets only when they are reusable.
- Preserve existing user files and established commands.
- Ensure runtime dependencies match the selected standard or OO-powered mode.
- Validate the completed skill and fix reported contract errors.
- Exercise realistic positive and negative trigger cases, plus the important
runtime path, in proportion to the skill's risk and complexity.
- Report the created or adopted skill path and summarize its runtime
dependencies.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: oomol-lab
- Source: oomol-lab/oo-cli
- License: MIT
- Homepage: https://oomol.com/cli
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.