{
  "schemaVersion": "1.0",
  "item": {
    "slug": "echodecks",
    "name": "EchoDecks",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/drgeld/echodecks",
    "canonicalUrl": "https://clawhub.ai/drgeld/echodecks",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/echodecks",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=echodecks",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "echodecks_client.py",
      "test_echodecks_client.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "echodecks",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T07:39:41.353Z",
      "expiresAt": "2026-05-08T07:39:41.353Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=echodecks",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=echodecks",
        "contentDisposition": "attachment; filename=\"echodecks-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "echodecks"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/echodecks"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/echodecks",
    "agentPageUrl": "https://openagent3.xyz/skills/echodecks/agent",
    "manifestUrl": "https://openagent3.xyz/skills/echodecks/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/echodecks/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "EchoDecks Skill (v1)",
        "body": "Integrates with EchoDecks for flashcard management, study sessions, and AI generation."
      },
      {
        "title": "Configuration",
        "body": "This skill requires the ECHODECKS_API_KEY environment variable to be set."
      },
      {
        "title": "echodecks_get_decks",
        "body": "List all available decks or details for a specific deck.\n\nid (optional): The ID of a specific deck to retrieve."
      },
      {
        "title": "echodecks_get_due_cards",
        "body": "Retrieve cards that are currently due for review.\n\ndeck_id (optional): Filter due cards by a specific deck ID."
      },
      {
        "title": "echodecks_submit_review",
        "body": "Submit a spaced repetition review for a card.\n\ncard_id (required): The ID of the card being reviewed.\nquality (required): Integer rating (0-3).\n\n0: Again (Failure/Forgot)\n1: Hard\n2: Good\n3: Easy"
      },
      {
        "title": "echodecks_generate_cards",
        "body": "Generate new flashcards from a topic or text content using AI.\n\ndeck_id (required): The target deck ID for the new cards.\ntopic (optional): A short topic string to generate from.\ntext (optional): Raw text content to generate from.\nNote: One of topic or text must be provided. Cost: 10 credits."
      },
      {
        "title": "echodecks_generate_podcast",
        "body": "Generate an audio podcast summary or conversation from a deck.\n\ndeck_id (required): The source deck ID.\nvoice (optional): Voice preference (default: \"neutral\").\ntype (optional): \"summary\" or \"conversation\" (default: \"summary\").\nNote: Cost: 50 credits."
      },
      {
        "title": "echodecks_get_podcasts",
        "body": "Retrieve existing podcasts for a deck.\n\ndeck_id (optional): Filter by deck ID.\nid (optional): specific podcast ID."
      },
      {
        "title": "echodecks_get_user_stats",
        "body": "Get current user profile and study statistics."
      },
      {
        "title": "Implementation Details",
        "body": "All tools are wrappers around skills/echodecks-v1/echodecks_client.py.\n\n# Example\n./skills/echodecks-v1/echodecks_client.py get-due --deck-id 123"
      }
    ],
    "body": "EchoDecks Skill (v1)\n\nIntegrates with EchoDecks for flashcard management, study sessions, and AI generation.\n\nConfiguration\n\nThis skill requires the ECHODECKS_API_KEY environment variable to be set.\n\nTools\nechodecks_get_decks\n\nList all available decks or details for a specific deck.\n\nid (optional): The ID of a specific deck to retrieve.\nechodecks_get_due_cards\n\nRetrieve cards that are currently due for review.\n\ndeck_id (optional): Filter due cards by a specific deck ID.\nechodecks_submit_review\n\nSubmit a spaced repetition review for a card.\n\ncard_id (required): The ID of the card being reviewed.\nquality (required): Integer rating (0-3).\n0: Again (Failure/Forgot)\n1: Hard\n2: Good\n3: Easy\nechodecks_generate_cards\n\nGenerate new flashcards from a topic or text content using AI.\n\ndeck_id (required): The target deck ID for the new cards.\ntopic (optional): A short topic string to generate from.\ntext (optional): Raw text content to generate from. Note: One of topic or text must be provided. Cost: 10 credits.\nechodecks_generate_podcast\n\nGenerate an audio podcast summary or conversation from a deck.\n\ndeck_id (required): The source deck ID.\nvoice (optional): Voice preference (default: \"neutral\").\ntype (optional): \"summary\" or \"conversation\" (default: \"summary\"). Note: Cost: 50 credits.\nechodecks_get_podcasts\n\nRetrieve existing podcasts for a deck.\n\ndeck_id (optional): Filter by deck ID.\nid (optional): specific podcast ID.\nechodecks_get_user_stats\n\nGet current user profile and study statistics.\n\nImplementation Details\n\nAll tools are wrappers around skills/echodecks-v1/echodecks_client.py.\n\n# Example\n./skills/echodecks-v1/echodecks_client.py get-due --deck-id 123"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/drgeld/echodecks",
    "publisherUrl": "https://clawhub.ai/drgeld/echodecks",
    "owner": "drgeld",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/echodecks",
    "downloadUrl": "https://openagent3.xyz/downloads/echodecks",
    "agentUrl": "https://openagent3.xyz/skills/echodecks/agent",
    "manifestUrl": "https://openagent3.xyz/skills/echodecks/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/echodecks/agent.md"
  }
}