Case 04155
A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.
npx -y skills add knownasnaffy/prompthound --skill case_04155Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Analyzes websites to generate multi-language content strategy, keyword research, and competitor analysis. Use when user provides a URL and needs industry analysis, SEO planning, or competitor research for content marketing in specific countries and languages.
SKILL.md
2.3 KB, as published. Nobody here has run it
Content Strategy Analyzer
Quick Start
- User inputs target website URL + target country/language + publish frequency
- Use scripts/crawl_website.py to crawl website content
- AI analysis (considering target language and country)
- Confirm/adjust competitor list
- Use scripts/generate_excel.py to generate content plan Excel
- Output complete report (in target language)
Dependencies
Required packages:
pip install requests beautifulsoup4 openpyxl
Workflow
Step 1: Collect User Requirements
Must ask user for:
- Target Website URL - Website to analyze
- Target Country - Country for content targeting (e.g., USA, UK, Germany, China)
- Target Language - Content language (e.g., English, Chinese, German, French)
- Publish Frequency - Weekly / Bi-weekly / Monthly
Step 2: Crawl Target Website
python3 scripts/crawl_website.py <URL>
Step 3: AI Analysis (Multi-language)
Use Opencode AI for analysis:
- Identify industry and competitors based on target country
- Output keywords in target language
- Include target country market in competitor analysis
Step 4: Generate Content Plan
Based on publish frequency:
- Weekly: 12 weeks (3 months) × 1 topic
- Bi-weekly: 6 topics (one every two weeks)
- Monthly: 3 topics (one per month)
All content titles, topics, and ideas in target language.
Step 5: Output Report
- Markdown format in conversation (target language)
- Excel file
Scripts
scripts/crawl_website.py
Crawls main website content, outputs structured JSON.
scripts/generate_excel.py
Generates Excel file from analysis results.
Input: analysis_result.json Output: content_plan.xlsx
Output Format
Example User Input
| Parameter | Value |
|---|---|
| URL | https://example.com |
| Country | Germany |
| Language | German |
| Frequency | Weekly |
Content Plan Output (German Example)
| Month | Week | Theme | Title | Type |
|---|---|---|---|---|
| Month 1 | Week 1 | Market Launch | ... | Article |