codefmt
codefmt.dev
· codefmt
Formats and lints JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot). Wraps code in each platform's runtime shell before formatting so top-level await, bare return, and injected globals parse cleanly.
codefmt.dev via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 55/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-18 17:14:50 current | c9ba74c6f186… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://codefmt.dev/.well-known/agent-card.json |
| Provider | https://codefmt.dev |
| Docs | https://codefmt.dev/api/openapi.json |
Skills · 1 declared · mapped to canonical taxonomy
Send a text part containing JSON {"code","platform","language?"}. Returns JSON { formatted_code, diagnostics, error }. platform is one of zapier, n8n, pipedream…
Health · last 3 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/codefmt.dev) [](https://agenstry.com/agents/codefmt.dev) [](https://agenstry.com/agents/codefmt.dev) [](https://agenstry.com/agents/codefmt.dev)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "codefmt",
"description": "Formats and lints JavaScript, Python, and HubL for automation platforms (Zapier, n8n, Pipedream, Make, HubSpot). Wraps code in each platform's runtime shell before formatting so top-level await, bare return, and injected globals parse cleanly.",
"url": "https://codefmt.dev/api/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://codefmt.dev/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "0.3.0"
}
],
"version": "1.0.0",
"provider": {
"organization": "codefmt",
"url": "https://codefmt.dev"
},
"documentationUrl": "https://codefmt.dev/api/openapi.json",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "format_code",
"name": "Format and lint automation-platform code",
"description": "Send a text part containing JSON {\"code\",\"platform\",\"language?\"}. Returns JSON { formatted_code, diagnostics, error }. platform is one of zapier, n8n, pipedream, make, hubspot, hubl; language is javascript (default) or python (zapier/n8n/pipedream only).",
"tags": [
"formatter",
"linter",
"javascript",
"python",
"hubl",
"zapier",
"n8n",
"pipedream",
"make",
"hubspot"
],
"examples": [
"{\"code\":\"const x=1;return x\",\"platform\":\"zapier\",\"language\":\"javascript\"}",
"{\"code\":\"{% if x %}{{ x }}{% endif %}\",\"platform\":\"hubl\"}"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
}
]
}