{
  "markdown": "# No-Shell Agent Operating Pack\n\nAn open-source operating pack for people who already use AI agents but keep getting \"empty-shell automation\": files, buttons, or dashboards that look finished but do not actually run a real workflow.\n\nThis is not a prompt-pack that promises magic. It is a plain-language operating system for delegating work to ChatGPT, Claude, Codex, Gemini, Hermes, and similar agents with a real objective, inputs, tool choice, permissioned account route, validation, recovery, and live-action boundary.\n\n## No-Shell Agent Architect MCP\n\nThis repository now also ships a remote MCP/API product: **No-Shell Agent Architect MCP**.\n\nCurrent launch mode: **free public beta**. There is no payment flow, usage gate, paid API call, or private customer data collection in this version. The goal is to observe GitHub stars, issues, workflow feedback, and real usage before deciding whether a paid version should exist later.\n\nIt takes a plain-language automation goal and returns:\n\n- the recommended MCP/plugin/skill/tool stack;\n- a copy-paste no-shell agent command;\n- dry-run steps;\n- QA and audit checks;\n- recovery guidance;\n- permissioned account routes and live-action boundaries for secrets, accounts, payments, publishing, and irreversible actions.\n- a machine-readable M2M package contract for agencies, SaaS builders, and other agents that need to integrate the operating pack.\n\nLocal API preview:\n\n```powershell\nnpm install\nnpm run dev\n```\n\nThen open:\n\n```text\nhttp://localhost:3000\n```\n\nCanonical remote MCP endpoint:\n\n```text\nhttps://ai-automation-operating-pack.vercel.app/api/mcp\n```\n\nLive demo:\n\n```text\nhttps://ai-automation-operating-pack.vercel.app\n```\n\nLaunch kit:\n\n```text\nhttps://ai-automation-operating-pack.vercel.app/launch\n```\n\nPublic beta feedback:\n\n```text\nhttps://github.com/loved0543-dotcom/no-shell-agent-operating-pack/issues/1\n```\n\nMachine-readable M2M package contract:\n\n```text\nhttps://ai-automation-operating-pack.vercel.app/api/m2m-package\n```\n\nOfficial MCP Registry:\n\n```text\nhttps://registry.modelcontextprotocol.io/v0/servers?search=no-shell-agent-architect-mcp\n```\n\nCompatibility URL:\n\n```text\nhttps://no-shell-agent-architect-mcp.vercel.app\n```\n\nThe compatibility URL is kept for old shared links only. New docs, client config, and registry metadata should use `https://ai-automation-operating-pack.vercel.app`.\n\nClient config:\n\n```json\n{\n  \"mcpServers\": {\n    \"no-shell-agent-architect\": {\n      \"url\": \"https://ai-automation-operating-pack.vercel.app/api/mcp\"\n    }\n  }\n}\n```\n\n## Who this is for\n\n- Non-developers, solo operators, freelancers, and small teams who want practical AI automation.\n- People who know AI can code or automate, but do not know which plugin, skill, command, or workflow to start with.\n- People who need \"make this business workflow actually work\", not only \"generate some code\".\n\n## What's included\n\n- Free diagnostic: 10 reasons AI automations become empty shells.\n- Free beta starter pack: Email and document automation workflow.\n- Before/After demo: a shallow command vs a no-shell operating command.\n- Customer intake sheet.\n- Tool/router sheet for choosing agents, plugins, skills, MCP, browser, documents, spreadsheets, permissioned account connectors, or live-action review.\n- Copy-paste command cards written in natural language.\n- Result scorecard for catching fake completion.\n- Recovery playbook: fix the upstream cause instead of stopping at one more gate.\n- Permissioned connector v1 contract for Gmail/community account automation without password, cookie, or posting bypass.\n- M2M package contract for MCP/API integrators, agencies, and builders.\n- Validation tracker for a 20-person usefulness test.\n- Public beta signal tracker for stars, issues, shares, and workflow feedback.\n- Local landing mockup, PDF exports, and ZIP packages.\n\n## Quick start\n\n1. Read `free/ai_automation_failure_diagnostic_card.md`.\n2. Open `demo/before_after_email_document_demo.md`.\n3. Use `delivery/01_customer_intake.md` to describe one real workflow.\n4. Pick the tool path in `delivery/02_tool_router.md`.\n5. Run the command card in `delivery/03_command_cards.md`.\n6. Check the result with `delivery/04_result_scorecard.md`.\n7. If it fails, use `delivery/05_recovery_playbook.md`.\n\n## Rendered artifacts\n\n- Local landing mockup: `landing/index.html`\n- Free PDF: `pdf/free-diagnostic-card.pdf`\n- Demo PDF: `pdf/before-after-demo.pdf`\n- Customer ZIP: `dist/no-shell-agent-operating-pack-starter-v1.zip`\n- Workbench ZIP: `dist/no-shell-agent-operating-pack-workbench-v1.zip`\n- Validation tracker: `outreach/validation_tracker.csv`\n- Public beta tracker: `outreach/public_beta_tracker.csv`\n- Public feedback issue: https://github.com/loved0543-dotcom/no-shell-agent-operating-pack/issues/1\n\nCollect current public beta signals without any account login or paid API:\n\n```powershell\nnpm run collect:beta\n```\n\nFor the local operator's Obsidian vault, use:\n\n```powershell\nnpm run collect:beta:obsidian\n```\n\nDogfood the product against its own public beta operation:\n\n```powershell\nnpm run dogfood:beta\nnpm run check:beta-ops\n```\n\nThis writes `outreach/dogfood_public_beta_ops.md`, stages one public feedback post packet in `outreach/public_beta_one_channel_launch.md`, and verifies the action ledger and permissioned connector v1 contract.\n\nFor agent-to-agent or agency packaging, call the M2M package contract:\n\n```powershell\nInvoke-RestMethod -Method Get -Uri https://ai-automation-operating-pack.vercel.app/api/m2m-package\n```\n\nThis returns the MCP/API surfaces, required input schema, guaranteed output blocks, delivery artifacts, paid-readiness gates, and the current beta-signal risk.\n\n## Validation\n\nRun the package selfcheck:\n\n```powershell\nnpm run selfcheck\nnpm run test\nnpm run build\n```\n\nExpected result:\n\n```text\nPASS package selfcheck\nPASS mcp product selfcheck\n```\n\nThe selfcheck verifies required files, rendered PDF/PNG artifacts, ZIP contents, landing copy, README/manifest, validation-tracker fields, MCP metadata, tool coverage, and secret-pattern safety.\n\nIt also checks the public beta operations loop: signal collector, dogfood output, one-channel staged launch packet, action ledger, and permissioned connector v1 runbook.\n\nAfter production deploys, verify the live contract:\n\n```powershell\nnpm run check:live\n```\n\nThis checks the canonical URL, compatibility URL, MCP `tools/list`, and the official Registry latest entry.\n\n## Marketing\n\nLaunch copy, community drafts, Product Hunt copy, Show HN copy, Reddit/LinkedIn/X drafts, and directory submission text live in `docs/LAUNCH_KIT.md`.\n\nPublic posting is not a bypass. It may be automated only through an approved API, connector, or logged-in browser session with an allowlisted destination, draft/staging mode, an action ledger, and an exact live-action instruction after checking each community's rules.\n\n## Operations\n\nDeployment, monitoring, compatibility alias recovery, and post-deploy checks are documented in `docs/OPERATIONS.md`.\n\n## Current status\n\nThis repository is public, open source, and free to use as a public beta. It is early-stage and still needs real external validation. The product is complete enough to show to users, but demand is not proven until public usage signals and the validation trackers have real responses.\n\nNo payment connection, storefront publish, customer credential, secret, or private customer data is included in this repository. The product describes permissioned connector architecture, not stored account access. Future paid packaging is intentionally postponed until there is clear usage and feedback.\n\n## License\n\nMIT. See `LICENSE`.\n",
  "bytes": 7625,
  "sha": "5583a58d22e1952361ced64db9b80787cc3dfda3d52b6f4bc7bd002bbddede97",
  "repo_slug": "loved0543-dotcom/no-shell-agent-operating-pack",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_loved0543_dotcom_no_shell_agen_b3ec7edf/readme"
}