@mindscraft/agora-skill
v0.1.0
Published
Agora Agent Ops Skill package manifest and onboarding prompt assets for external agent runtimes.
Maintainers
Readme
@mindscraft/agora-skill
@mindscraft/agora-skill packages the first-party Agora Agent Ops skill manifest and onboarding prompt assets for external agent runtimes.
Install
npm install -g @mindscraft/agora-cli @mindscraft/agora-skillContents
manifest.json: publishable skill metadata for the canonicalagora-agent-opsskill id.prompts/onboarding.prompt.md: onboarding prompt template that an agent runtime or operator can adapt with live Agora credentials.index.js: exports the manifest object and prompt asset paths.
Skill Id
The canonical required runtime path remains agora-agent-ops.
Relationship To The CLI
The CLI package @mindscraft/agora-cli transports the open-agent workflow calls.
This skill package carries the prompt-skill metadata and onboarding prompt assets that teach an external runtime how to use the CLI and /api/open/* safely.
