Files
llm-tools/tools/README.md
T

25 lines
955 B
Markdown

# Tools
Access guides for the third-party services and platforms AI agents need to work with in this environment.
Each file covers one surface — authentication, available resources, and common CLI/API patterns.
## Guides
| File | Surface | Key Info |
|------|---------|----------|
| [`gitea.llm.md`](./gitea.llm.md) | Local Gitea (self-hosted git) | `http://100.79.253.19:3000` · PAT auth · Tailscale required |
| [`github.llm.md`](./github.llm.md) | GitHub | MathisonProjects + silmaai · PAT in `credentials/secrets.env` |
| [`aws-cli.llm.md`](./aws-cli.llm.md) | AWS | Account `567637986724` · S3 · Amplify · CloudFront · Lambda |
## Adding a New Tool
Create a new `<toolname>.llm.md` file in this folder following the same pattern:
1. Service/account details
2. Authentication method
3. Available resources (list what exists)
4. Common CLI/API patterns
5. Notes for AI agents
Then update `Tools/README.md` and the root `manifest.json`.