@recallkit/skill
v0.1.17
Published
Wallet-owned guide context skill for AI coding agents.
Downloads
1,658
Maintainers
Readme
RecallKit Skill
RecallKit gives coding agents wallet-owned guide context through a portable SKILL.md package.
Install the skill once, then use your coding agent normally. When project or user context is needed, the skill scripts start the local RecallKit runtime, save guide-update drafts locally, retrieve private guide context, and open the approval app for wallet-signed Arkiv commits.
npm install -D @recallkit/skill && npx skills experimental_sync --allIncluded
SKILL.md
scripts/
references/capture-policy.md
subagents/Runtime
The scripts use the local RecallKit runtime. Most users do not configure this manually.
Advanced users can override runtime URLs with:
RECALLKIT_DAEMON_URL=<custom-daemon-url>
RECALLKIT_APP_URL=https://recall-kit-web.vercel.app
RECALLKIT_LOCAL_URL=<custom-approval-app-url>If startup fails, scripts write runtime logs to .recallkit/runtime.log.
Guide-update drafts are local until approved. Durable writes are encrypted in the browser and signed with the user's connected wallet.
