Agent Skill

ai-notepad

Manage Hugo's Notebook notes from terminal — list, read, create, update, delete, search, publish.

version: 1.2.8 author: hugozhu@gmail.com license: MIT

Quick install for agents

Add to .opencode/skills/ or your project skills directory:

curl -o .opencode/skills/ai-notepad.md https://hugozhu.site/skills/ai-notepad/SKILL.md

Then reference it in .opencode/config.json skills list.

Add to your Claude Code project:

curl -o .claude/skills/ai-notepad.md https://hugozhu.site/skills/ai-notepad/SKILL.md

Claude Code auto-discovers files under .claude/skills/.

Add to Cursor rules directory:

curl -o .cursor/rules/ai-notepad.mdc https://hugozhu.site/skills/ai-notepad/SKILL.md

Add to Codex instructions:

curl -o .codex/instructions.md https://hugozhu.site/skills/ai-notepad/SKILL.md

Fetch SKILL.md and paste into your agent system prompt:

curl -s https://hugozhu.site/skills/ai-notepad/SKILL.md

Discovery endpoint for agent self-configuration:

curl -s https://hugozhu.site/.well-known/agent-skills.json