agentcloak-skill
v1.2.8
Published
Agent skills for InCountry AgentCloak — PII cloaking, border configurations, MCP server management
Maintainers
Readme
InCountry AgentCloak Skills
Agent skills for working with InCountry AgentCloak — PII cloaking, border configurations, and MCP server management.
Install
Via npm (single command, no GitHub needed):
# Project-level install (copies to .agents/skills/ + any detected agent dirs)
npx incountry-agentcloak-skills
# Global install (copies to ~/... for all supported agents)
npx incountry-agentcloak-skills -gVia skills CLI (from GitHub):
npx skills add incountry/agentcloak-skills
# specific skill only
npx skills add incountry/agentcloak-skills --skill incountry-agentcloakAvailable Skills
incountry-agentcloak
Manages InCountry AgentCloak configurations. Covers:
- Portal API — export/import environment configs via REST
- MCP Server — runtime cloak/uncloak via JSON-RPC 2.0
- Border configuration editing (target, CORS, redaction strategies)
- Cloak settings (anonymization options for 8 PII field types)
- MCP server and proxy management
Required env vars: INC_API_KEY, INC_BASE_URL, INC_ENV_ID, INC_MCP_URL, INC_MCP_API_KEY
jira-cli
Terminal-based Jira workflows using jira-cli. Covers creating, viewing, searching, assigning, commenting, and transitioning issues without opening the Jira UI.
Skill Structure
skills/
agentcloak/
SKILL.md # Agent instructions
agentcloak_export_import.yml # Full OpenAPI-style spec for all operations
jira-cli/
SKILL.md # Agent instructionsUsage with OpenCode
The opencode.json in this directory loads both skills automatically when you run opencode from this folder.
