{
  "markdown": "# Egnyte Agent Skills\n\nAgent Skills to help developers using AI agents work with Egnyte. Whether you're building Egnyte integrations in code, searching and summarizing enterprise content via MCP tools, managing permissions and metadata, or using Egnyte AI for document intelligence — this plugin gives your assistant the context it needs to do it right.\n\nThe skills in this repo follow the [Agent Skills](https://agentskills.io/) format and can also be installed as a plugin for platforms like Codex, [Cursor](https://cursor.com), and [Claude Code](https://code.claude.com).\n\n## Installation\n\n### As an Agent Skill\n\n```bash\nnpx skills add egnyte/egnyte-for-ai\n```\n\nCheck out the latest and full list of skills [here](https://skills.sh/egnyte/egnyte-for-ai).\n\n### As a Platform Plugin\n\nThis repo can also be installed as a plugin for supported platforms. You configure the Egnyte MCP server connection through your platform's MCP settings — see the setup guide for your platform below.\n\n| Platform | Setup guide |\n|---|---|\n| Codex | [`.codex-plugin/README.md`](.codex-plugin/README.md) |\n| Cursor | [`.cursor-plugin/README.md`](.cursor-plugin/README.md) |\n| Claude Code | [`.claude-plugin/README.md`](.claude-plugin/README.md) |\n\n## Usage\n\nSkills are automatically available once installed. The agent will use them when relevant tasks are detected. Here are some example prompts:\n\n### Search and retrieve enterprise content\n\n`Find all contracts modified in the last 30 days and summarize the key renewal dates`\n\n`Search for the Q1 board deck and answer questions about our revenue targets`\n\n`List everything in the /Shared/Engineering/Specs folder`\n\n### Build document-driven AI workflows\n\n`Summarize this proposal and highlight the pricing section`\n\n`Ask questions across all documents in the Legal/Agreements folder`\n\n`Query our onboarding knowledge base for the latest IT setup steps`\n\n### Manage files, links, and collaboration\n\n`Upload this report to /Shared/Finance/Reports and create a share link for internal users`\n\n`Set the project status metadata on this file to in-progress`\n\n`Post a comment on this file asking the team to review by Friday`\n\n## Skill Structure\n\nThe Egnyte skill follows the [Agent Skills Open Standard](https://agentskills.io/):\n\n- `SKILL.md` — Skill manifest with routing table, behavioral constraints, workflow steps, and guardrails\n- `references/` — Individual reference files (auth, content, search, AI intelligence, knowledge bases, collaboration, metadata, CLI, troubleshooting)\n- `rules/egnyte.mdc` — Mandatory safety guardrails (always-on)\n\n## Prerequisites\n\n- **Egnyte MCP server** — Add to Claude Code:\n  ```bash\n  claude mcp add egnyte --transport http https://mcp-server.egnyte.com/mcp\n  ```\n  The MCP server handles authentication via OAuth — you'll be redirected to your Egnyte domain on first use.\n\n- **Egnyte CLI** (optional) — For bulk operations, permissions, and scripting:\n  ```bash\n  npm install -g @egnyte/agentic-cli\n  egnyte login --domain https://<yourcompany>.egnyte.com\n  ```\n\n## Quick Verification\n\nPreferred order for agent tooling is MCP first, Egnyte CLI second, and direct REST only as a last-resort fallback.\n\n```bash\n# With Egnyte CLI installed and authenticated:\negnyte whoami\negnyte fs list /\n\n# Verify MCP is connected (in Claude Code):\n# Ask Claude: \"List the root of my Egnyte domain\"\n# It should call list_filesystem_by_path with path=\"/\"\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). Skills follow the [Agent Skills specification](https://agentskills.io/).\n\n## License\n\n[Apache 2.0](LICENSE)\n",
  "bytes": 3579,
  "sha": "ca8be0babd2dbe84b91f12798223a25adb7c133c60db6cc370565b085ef35048",
  "repo_slug": "egnyte/egnyte-for-ai",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_egnyte_egnyte_for_ai_egnyte_2c404c0b/readme"
}