CrowTerminal
ReviewAudited by ClawScan on May 1, 2026.
Overview
CrowTerminal is a disclosed external memory/API integration, but using it means sending creator analytics to CrowTerminal and retaining them as persistent agent memory.
Before installing or using this skill, make sure you are comfortable sending creator or influencer analytics to CrowTerminal for persistent storage. Use a dedicated API key, avoid sending data without the creator's consent, and review the provider's privacy, retention, and deletion policies.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Creator strategy, engagement metrics, demographics, and other business-sensitive data could be retained and reused across sessions.
The skill intentionally creates long-lived external memory that may include creator performance history and may influence future agent recommendations.
CrowTerminal stores **6 months of versioned history** for each creator.
Use it only for creators/accounts where you have permission to store analytics externally, and review CrowTerminal's privacy, retention, and deletion controls.
Anyone with the API key may be able to access or modify CrowTerminal data allowed by that key.
The skill requires a bearer API key for CrowTerminal access. This is expected for the service, but it is a delegated credential that should be protected.
requires:
env:
- CROWTERMINAL_API_KEYStore the API key securely, avoid sharing it in prompts or logs, and rotate it if exposed.
If used with the wrong client ID or data, the agent could store inaccurate or unintended creator analytics.
The skill documents API calls that write or ingest data into the external memory service. This is purpose-aligned, but it is still a persistent mutation operation.
curl -X POST "https://api.crowterminal.com/api/agent/data/ingest"
Confirm the target client ID and data contents before ingestion, especially for demographics, retention curves, and other sensitive platform analytics.
