{
  "markdown": "# Eversince\n\nEversince is a creative agent that plans and executes across image, video, and audio. It orchestrates the latest AI models and operates in a purpose-built environment with tools, skills, and memory. Works for one-off tasks or as a creative employee in any agent-to-agent workflow.\n\n## Install\n\n### Claude Code\n\n```\n/plugin marketplace add eversince-ai/plugin\n/plugin install eversince@eversince-ai-plugin\n```\n\n### OpenClaw\n\n```\nopenclaw plugins install eversince --marketplace eversince-ai/plugin\n```\n\n### Other agents (Gemini CLI, Cursor, etc.)\n\nClone or copy the `skills/eversince/` directory into your agent's skills directory.\n\n## MCP server\n\nAlso available as a hosted MCP server at `https://mcp.eversince.ai/mcp`. Connect from any MCP-compatible client — see [eversince-ai/mcp](https://github.com/eversince-ai/mcp) for connection details.\n\n## Quick start\n\n1. Get an API key at [eversince.ai/app/settings](https://eversince.ai/app/settings)\n2. Create a project:\n\n```bash\ncurl -X POST https://eversince.ai/api/v1/projects \\\n  -H \"Authorization: Bearer $EVERSINCE_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"brief\": \"Your creative brief here\", \"mode\": \"autonomous\"}'\n```\n\n3. Poll `GET /projects/:id` until `status` is `idle`\n4. Get the result from `assembled_url` (rendered video) or `GET /projects/:id/assets` (individual files)\n\n## Files\n\n- [`skills/eversince/SKILL.md`](skills/eversince/SKILL.md) — Main skill. Setup, workflow, project options, modes, credits, error handling.\n- [`skills/eversince/references/api-reference.md`](skills/eversince/references/api-reference.md) — Complete endpoint catalog with request/response shapes.\n- [`skills/eversince/references/advanced-patterns.md`](skills/eversince/references/advanced-patterns.md) — Long-term projects, parallel projects, variations, project discovery.\n\n## Links\n\n- [eversince.ai](https://eversince.ai)\n- [docs.eversince.ai](https://docs.eversince.ai)\n- [support@eversince.ai](mailto:support@eversince.ai)\n",
  "bytes": 1996,
  "sha": "142515f3857a8ea7777dc3ee64c2f0bda32be1a6aa3a93dacadceff8278d6188",
  "repo_slug": "eversince-ai/plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_eversince_ai_plugin_eversince_f68efb6e/readme"
}