Claude opencode Skill

bad-skill

Imported from boshu2/agentops/skills/_fixtures/bad-skill.

LLM Mart · 0 points · 8 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download boshu2-agentops-skills__fixtures_bad-skill-8061085.zip · 0 KB
boshu2/agentops 445 41 forks Apache-2.0 Updated 1d ago
Part of boshu2/agentops — 73 skills

Install

skills CLI npx skills add https://github.com/boshu2/agentops/tree/main/skills/_fixtures/bad-skill
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install boshu2-agentops@llmmart
Git git clone https://github.com/boshu2/agentops.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole boshu2/agentops collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Setup

Planted lint fixture for scripts/skill-eval.sh. Intentionally broken: this front matter omits name/id (missing required metadata), leaves the description empty, and hardcodes an AWS key (a secret) in the code block below.

export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
Files (agentops)
  • SKILL.md 392 B
    ---
    description: ""
    ---
    
    ## Setup
    
    Planted lint fixture for `scripts/skill-eval.sh`. Intentionally broken:
    this front matter omits `name`/`id` (missing required metadata), leaves the
    description empty, and hardcodes an AWS key (a secret) in the code block below.
    
    ```bash
    export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
    export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
    ```
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related