Cameron Rye Portfolio
rye.dev
· Cameron Rye
A2A interface for Cameron Rye's portfolio. Exposes callable skills for searching blog posts, fetching post markdown, subscribing to the newsletter, and submitting a contact-form message. Also discloses the site's MCP server at /mcp for tool-based access.
rye.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.
C
Conformance score: 64/100
C-grade: usable but has clear conformance issues, review the breakdown below.
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 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. 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-07-02 12:35:24 current | ff3057f972b5… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://rye.dev/.well-known/agent-card.json |
| Provider | https://rye.dev |
| Docs | https://rye.dev/.well-known/agent-skills/index.json |
Skills · 5 declared · mapped to canonical taxonomy
Search Cameron Rye's blog posts by keyword.
Fetch the full markdown of a blog post by slug.
Subscribe an email to the rye.dev newsletter (double opt-in).
Send a contact-form message to Cameron Rye.
Connect to the rye.dev MCP server for tool-based access to portfolio content.
Health · last 1 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/rye.dev) [](https://agenstry.com/agents/rye.dev) [](https://agenstry.com/agents/rye.dev) [](https://agenstry.com/agents/rye.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
{
"name": "Cameron Rye Portfolio",
"description": "A2A interface for Cameron Rye's portfolio. Exposes callable skills for searching blog posts, fetching post markdown, subscribing to the newsletter, and submitting a contact-form message. Also discloses the site's MCP server at /mcp for tool-based access.",
"version": "1.0.0",
"provider": {
"url": "https://rye.dev",
"organization": "Cameron Rye"
},
"documentationUrl": "https://rye.dev/.well-known/agent-skills/index.json",
"iconUrl": "https://rye.dev/favicon.svg",
"supportedInterfaces": [
{
"url": "https://rye.dev/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"text/markdown",
"application/json"
],
"skills": [
{
"id": "search-blog",
"name": "Search blog",
"description": "Search Cameron Rye's blog posts by keyword.",
"tags": [
"blog",
"search",
"content",
"callable"
],
"examples": [
"DataPart: {skill_id:'search-blog', args:{query:'cloudflare workers'}}",
"What has Cameron written about Cloudflare Workers?"
]
},
{
"id": "get-post",
"name": "Get blog post",
"description": "Fetch the full markdown of a blog post by slug.",
"tags": [
"blog",
"content",
"read",
"callable"
],
"examples": [
"DataPart: {skill_id:'get-post', args:{slug:'web-bot-auth'}}"
]
},
{
"id": "subscribe-newsletter",
"name": "Subscribe to newsletter",
"description": "Subscribe an email to the rye.dev newsletter (double opt-in).",
"tags": [
"newsletter",
"subscribe",
"write",
"callable"
],
"examples": [
"DataPart: {skill_id:'subscribe-newsletter', args:{email:'agent@example.com', source:'a2a'}}"
]
},
{
"id": "submit-contact",
"name": "Submit contact form",
"description": "Send a contact-form message to Cameron Rye.",
"tags": [
"contact",
"write",
"callable"
],
"examples": [
"DataPart: {skill_id:'submit-contact', args:{name:'A2A Client', email:'a@example.com', subject:'Inquiry', message:'\u2026'}}"
]
},
{
"id": "mcp",
"name": "Connect to MCP",
"description": "Connect to the rye.dev MCP server for tool-based access to portfolio content.",
"tags": [
"mcp",
"discovery"
],
"examples": [
"Connect to the MCP server at https://rye.dev/mcp"
]
}
]
}