Fetch Skill Config banner
girofu girofu

Fetch Skill Config

Development community

Description

--- name: fetch-skill-config description: Interactive API key setup for skill-fetch registries user-invocable: true --- # Fetch Skill Config Interactive setup for skill-fetch API keys. Configures `~/.claude/skills/.fetch-config.json` and optionally installs the SkillsMP MCP server. ## Procedure ### Step 1: Read existing config Read the file `~/.claude/skills/.fetch-config.json`. If it exists, parse the JSON. If it doesn't exist, treat all keys as empty. ### Step 2: Display current status

Installation

Installs to ~/.claude/skills/girofu-skill-fetch-fetch-skill-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/girofu-skill-fetch-fetch-skill-config && curl -fsSL https://raw.githubusercontent.com/girofu/skill-fetch/HEAD/commands/fetch-skill-config.md -o ~/.claude/skills/girofu-skill-fetch-fetch-skill-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository