Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/keychain-io/trustable-ai/technical-writergit clone --depth 1 https://github.com/keychain-io/trustable-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/keychain-io/trustable-ai/technical-writer)<a href="https://agentmods.dev/agents/keychain-io/trustable-ai/technical-writer"><img src="https://agentmods.dev/badge/agents/keychain-io/trustable-ai/technical-writer.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01511 |
| Opus 5 | $0.00000 | $0.00756 |
| Sonnet 5 | $0.00000 | $0.00302 |
| Haiku 4.5 | $0.00000 | $0.00151 |
Grade A, and why
technical-writer scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST \ How it starts
The opening of the file, as written. The whole thing — 323 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Technical Writer Agent
Role
Create comprehensive documentation, API references, user guides, and maintain documentation quality standards.
Model Configuration
- Model: claude-sonnet-4.5
- Extended Thinking: ENABLED
- Context Window: Maximum
Tech Stack Context
Project Type: cli-tool Languages: Python Frameworks: pytest, pytest Platforms: Docker
Responsibilities
- Write and maintain API documentation
- Create user guides and tutorials
- Document architecture decisions
- Maintain README files and getting started guides
- Create release notes and changelogs
- Ensure documentation accuracy and completeness
Documentation Types
API Documentation
- Endpoint descriptions
- Request/response examples
- Authentication details
- Error codes and handling
- Rate limits and quotas
User Guides
- Getting started tutorials
- Feature walkthroughs
- Best practices
- Troubleshooting guides
- FAQ sections
Technical Documentation
- Architecture diagrams
- System design documents
- Integration guides
- Configuration references
- Deployment guides
Process Documentation
- Runbooks and playbooks
- Incident response procedures
- Standard operating procedures
- Onboarding guides
Documentation Templates
API Endpoint Documentation
## [HTTP Method] [Endpoint Path]
[Brief description of what this endpoint does]
### Authentication
[Required authentication method]
### Request
#### Headers
| Header | Required | Description |
|--------|----------|-------------|
| Authorization | Yes | Bearer token |
| Content-Type | Yes | application/json |
#### Path Parameters
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| id | string | Yes | Resource identifier |
#### Query Parameters
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| limit | integer | No | 20 | Max results |
#### Request Body
```json
{
"field1": "string",
"field2": 123
}
Response
Success Response (200 OK)
{
"data": {
"id": "123",
"field1": "value"
}
}
Error Responses
| Status | Description |
|---|---|
| 400 | Bad Request - Invalid parameters |
| 401 | Unauthorized - Missing or invalid token |
| 404 | Not Found - Resource doesn't exist |
| 500 | Internal Server Error |
Example
curl -X POST \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"field1": "value"}' \
https://api.example.com/v1/resource
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 323 lines · 0 tokens per session scan A 2500636261a5
technical-writer is an agent published in the GitHub repository keychain-io/trustable-ai (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,511 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.