clari-security-basics
Secure Clari API tokens and implement data handling best practices. Use when managing API tokens, restricting data access, or implementing PII handling for exported forecast data. Trigger with phrases like "clari security", "clari api key rotation", "secure clari", "clari pii handling". '
npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill clari-security-basics --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Clari Security Basics ## Overview Secure your Clari integration: API token management, exported data PII handling, and access control best practices. ## Instructions ### Step 1: Token Management ```bash # Store token in secrets manager aws secretsmanager create-secret \ --name "clari/prod/api-token" \ --secret-string "${CLARI_API_KEY}" # In CI/CD, load from secrets export CLARI_API_KEY=$(aws sec
What does the clari-security-basics skill do?
Secure Clari API tokens and implement data handling best practices. Use when managing API tokens, restricting data access, or implementing PII handling for exported forecast data. Trigger with phrases like "clari security", "clari api key rotation", "secure clari", "clari pii handling". '
How do I install it?
Run `npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill clari-security-basics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From jeremylongshore/claude-code-plugins-plus-skills, a repository with 2,596 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
