Install
openclaw skills install @zkeviny/data-analyst-secure-suiteA secure data analysis workflow suite based on MGC Blackbox, providing credential protection, zero-exposure script application, script sealing collaboration, and knowledge management. Also includes a Data Analyst Agent system prompt template.
openclaw skills install @zkeviny/data-analyst-secure-suiteSecure Data Analyst Skill Suite is a documentation skill suite based on MGC Blackbox that helps data analysts securely manage on their local machine:
This suite uses a hybrid design:
All sensitive operations require explicit user authorization. This suite does not provide any automated data access capabilities.
This skill suite is suitable for:
pip install mgc-blackbox
mgc
~/.mgc/database/mgc_black_box/.mgc_tokenFor securely managing database keys, API tokens, and other sensitive credentials.
Agents can read credentials after user authorization, but never see plaintext.
For managing user's own query scripts, cleaning scripts, analysis scripts, etc.
Agents apply scripts via MGC after user authorization, and can request authorization step-by-step in multi-step workflows.
For managing knowledge assets such as analysis frameworks, prompt templates, methodologies, business rules.
Agents can read knowledge after user authorization and use it to guide analysis structures or generate prompts.
All scripts must be provided by the user and comply with organizational policies.
data-analyst-secure-suite/
├── SKILL.md # Main skill document (this file)
├── README.md # Detailed usage guide
├── manifest.json # Skill metadata
├── agent_system_prompt.md # Agent system prompt template
└── prompts/
├── credential_management.md # Credential management
├── script_management.md # Script management
└── knowledge_management.md # Knowledge management
AI can read the three core documents in prompts/:
| Document | Use Case | Triggered By |
|---|---|---|
| credential_management.md | Need to store or access credentials | User or Agent |
| script_management.md | Need to store or apply scripts | User or Agent |
| knowledge_management.md | Need to store or read knowledge | User or Agent |
AI will reference the corresponding document based on user requests and request authorization before each sensitive operation.
Configure agent_system_prompt.md as the system prompt for the AI Agent.
The Agent will automatically follow these security boundaries:
The Agent can reference documents in prompts/ as workflow guidance after user authorization.
| Tool | Description | Authorization Required |
|---|---|---|
| mgc_save | Store credentials, scripts, prompts | Yes |
| mgc_get | Retrieve or apply scripts | Yes |
| mgc_seal | Seal scripts for collaboration | Yes |
| mgc_list | List stored items | Optional |
| mgc_open_webui | Open MGC WebUI | No |
Reminder: This skill suite is for secure workflow management. All sensitive operations require explicit user authorization. All scripts are user-owned, and all execution is completed locally via MGC Blackbox.