Skip to content
Discussion options

You must be logged in to vote

@ScottzCodez - ChatGPT and Claude both got this completely wrong.
USING skills costs ZERO API credits.
Skills are markdown files on your computer. Once created and uploaded to Claude.ai, they sit in /mnt/skills/. When Claude reads them, it's like reading any file - no API calls happen.
Cost breakdown:
Create skill (one-time):
python3 cli/doc_scraper.py --config configs/react.json --enhance-local
Cost: $0 (uses your Claude Code Max plan for enhancement)
Use skill (forever): $0 per use
The --enhance flag (requires API key) is optional. The recommended --enhance-local flag is free and uses Claude Code instead.
ChatGPT/Claude assumed skills work like RAG (query on every use = expensive). They…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@yusufkaraaslan
Comment options

Answer selected by ScottzCodez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants