# Darlington agent skills site: https://www.darlington.dev developers: https://www.darlington.dev/developers instructions: https://www.darlington.dev/agents.md llms: https://www.darlington.dev/llms.txt openapi: https://www.darlington.dev/openapi.json api-policy: https://www.darlington.dev/api-policy.md authentication: https://www.darlington.dev/auth.md access-requests: mailto:access@darlington.dev mcp: https://www.darlington.dev/api/mcp mcp-discovery: https://www.darlington.dev/.well-known/mcp webhooks: none ## get_public_profile When to use: answer questions about Michael Darlington's public career, systems, writing and technical work. Method: GET Endpoint: https://www.darlington.dev/api/profile Authentication: none Side effects: none ## read_ship_log When to use: inspect recently shipped public work. Method: GET Endpoint: https://www.darlington.dev/api/ship-log Authentication: none Side effects: none ## list_public_systems When to use: inspect public project descriptions, technologies, links, awards, and Cortex SDK or MCP package metadata. Protocol: MCP Streamable HTTP Endpoint: https://www.darlington.dev/api/mcp Authentication: none Side effects: none ## discover_cortex_integrations When to use: find canonical Cortex SDKs for TypeScript, Python, Rust or Go, or configure the npm MCP bridge. Method: GET Endpoint: https://www.darlington.dev/api/profile Response section: systems entry named Cortex, including artifacts and install commands Authentication: none Side effects: none ## list_public_articles When to use: find public articles by optional topic or title fragment. Protocol: MCP Streamable HTTP Endpoint: https://www.darlington.dev/api/mcp Authentication: none Side effects: none ## show_public_profile When to use: show an accessible visual summary in an MCP Apps-compatible client. Protocol: MCP Streamable HTTP with MCP Apps Endpoint: https://www.darlington.dev/api/mcp Authentication: none Side effects: none ## submit_contact_message When to use: only after a person explicitly asks to contact Michael. Interface: https://www.darlington.dev/contact Confirmation: the user reviews and submits the form. Side effects: sends a real email. ## Private boundary The Personal OS under /app is private and out of scope for public agents.