install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/md-files-fetchai-agents-aea" ~/.claude/skills/majiayu000-claude-skill-registry-data-md-files-fetchai-agents-aea && rm -rf "$T"
manifest:
data/md-files-fetchai-agents-aea/SKILL.mdsource content
name: echo authors: fetchai version: 0.1.0 license: Apache-2.0 behaviours: echo: class_name: EchoBehaviour args: tick_interval: 1.0 handlers: echo: class_name: EchoHandler args: foo: bar models: {} dependencies: {} protocols: - fetchai/default:1.1.7
aea scaffold error-handler