You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
TOOLS.md - Tool Configuration & Notes
Document tool-specific configurations, gotchas, and credentials here.
Credentials Location
All credentials stored in .credentials/ (gitignored):
example-api.txt— Example API key
Tavily Search
Status: ✅ Working
Configuration:
- API Key stored in:
.credentials/tavily-api.txt - Environment variable:
TAVILY_API_KEY - Homepage: https://tavily.com
Gotchas:
- Optimized for AI agents, returns clean relevant snippets
- Use
--deepfor complex research - Use
--topic newsfor current events
Common Operations:
# Basic search
node /root/.openclaw/workspace/skills/tavily-search/scripts/search.mjs "query"
# News search
node /root/.openclaw/workspace/skills/tavily-search/scripts/search.mjs "query" --topic news
Writing Preferences
[Document any preferences about writing style, voice, etc.]
What Goes Here
- Tool configurations and settings
- Credential locations (not the credentials themselves!)
- Gotchas and workarounds discovered
- Common commands and patterns
- Integration notes
Why Separate?
Skills define how tools work. This file is for your specifics — the stuff that's unique to your setup.
Add whatever helps you do your job. This is your cheat sheet.