silicon-friendly
v1.0.0Use this plugin to check if a website is AI-agent-friendly before integrating with it. Silicon Friendly rates websites on 30 binary criteria across 5 levels (L1-L5) covering readability, discoverability, API interaction, autonomous action, and persistent agency. It helps you find the best entry points (llms.txt, API docs, agent endpoints) for any website. Examples: <example> Context: Integrating with a third-party service user: "I need to integrate with stripe.com - is it agent-friendly?" assistant: "Let me check Stripe's AI-agent compatibility using silicon-friendly to find the best integration entry point." <commentary> Checking agent-friendliness before integration helps identify optimal API endpoints and potential blockers like CAPTCHAs. </commentary> </example> <example> Context: Evaluating tools for automation user: "Which of these services would be easiest to automate against?" assistant: "I'll use silicon-friendly to compare their agent-friendliness ratings and find which ones have the best API support." <commentary> Comparing SF ratings helps prioritize which services to integrate first based on their agent readiness. </commentary> </example>
By unlikefraction945 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install silicon-friendly for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install silicon-friendly@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/silicon-friendly/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "silicon-friendly",
"description": "Use this plugin to check if a website is AI-agent-friendly before integrating with it. Silicon Friendly rates websites on 30 binary criteria across 5 levels (L1-L5) covering readability, discoverability, API interaction, autonomous action, and persistent agency. It helps you find the best entry points (llms.txt, API docs, agent endpoints) for any website. Examples:\n\n<example>\nContext: Integrating with a third-party service\nuser: \"I need to integrate with stripe.com - is it agent-friendly?\"\nassistant: \"Let me check Stripe's AI-agent compatibility using silicon-friendly to find the best integration entry point.\"\n<commentary>\nChecking agent-friendliness before integration helps identify optimal API endpoints and potential blockers like CAPTCHAs.\n</commentary>\n</example>\n\n<example>\nContext: Evaluating tools for automation\nuser: \"Which of these services would be easiest to automate against?\"\nassistant: \"I'll use silicon-friendly to compare their agent-friendliness ratings and find which ones have the best API support.\"\n<commentary>\nComparing SF ratings helps prioritize which services to integrate first based on their agent readiness.\n</commentary>\n</example>",
"version": "1.0.0",
"author": {
"name": "unlikefraction"
},
"homepage": "https://github.com/unlikefraction/silicon-friendly"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[silicon-friendly on Agent Plugins Marketplace](https://pluginsmp.com/plugins/silicon-friendly)