Agent skills for working with Arkiv — the Web3 database, powered by $GLM. Each skill is framework-neutral and follows the Anthropic Agent Skills spec, so it runs in Claude Code, Cursor, Cline, Aider, and any other compatible runtime.
| Skill | What it does |
|---|---|
arkiv-best-practices |
Best practices, patterns, and practical examples for building on Arkiv. Covers the SDK, entities, attributes, queries, and expiration. |
arkiv-feedback |
Walks the user through reporting a bug or feature request to Arkiv-Network/reported-issues, then submits it via gh (with a graceful fallback when gh isn't available). |
Install a single skill:
# npm
npx skills add https://github.com/Arkiv-Network/skills --skill arkiv-best-practices
npx skills add https://github.com/Arkiv-Network/skills --skill arkiv-feedback
# pnpm
pnpm dlx skills add https://github.com/Arkiv-Network/skills --skill arkiv-best-practices
pnpm dlx skills add https://github.com/Arkiv-Network/skills --skill arkiv-feedbackInstall everything in this repo at once:
# npm
npx skills add https://github.com/Arkiv-Network/skills --all
# pnpm
pnpm dlx skills add https://github.com/Arkiv-Network/skills --allPass -g / --global to install at the user level instead of the current project. See npx skills --help (or pnpm dlx skills --help) for the full set of flags.