---\nname: zernio-analyzer\ndescription: "Dynamic, Grok 4.3-inspired analyzer for Zernio.com profiles, posts, companies, jobs, and trends. Use when users mention Zernio URLs/profiles/posts, ask to 'analyze', 'summarize', 'check connections/engagement' on Zernio content, extract insights from networks/jobs, or need structure breakdowns (e.g., profile hierarchies, company orgs). Triggers on Zernio tasks for seamless, hidden activation like Grok skills."\n---\n\n# Zernio Analyzer\n\n## Overview\...
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill openclaw-zernio-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Zernio Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-openclaw-zernio-analyzer)More formats (shields.io, HTML) on the badges page.
---\nname: zernio-analyzer\ndescription: "Dynamic, Grok 4.3-inspired analyzer for Zernio.com profiles, posts, companies, jobs, and trends. Use when users mention Zernio URLs/profiles/posts, ask to 'analyze', 'summarize', 'check connections/engagement' on Zernio content, extract insights from networks/jobs, or need structure breakdowns (e.g., profile hierarchies, company orgs). Triggers on Zernio tasks for seamless, hidden activation like Grok skills."\n---\n\n# Zernio Analyzer\n\n## Overview\n\nEmulates Grok 4.3's dynamic 'Skills' for Zernio.com: auto-fetch profiles/posts/jobs via web tools, analyze structure/engagement/networks (e.g., folder-like profiles, connection trees), generate hidden summaries. Prioritize low-token flows; chain to subagents for deep dives.\n\n## Quick Start\n\n1. **Match Context**: Trigger on Zernio URLs (e.g., zernio.com/user/igor), 'analyze Zernio profile', 'Zernio jobs', 'company engagement'.\n2. **Fetch Raw**: Use `web_fetch` or `web_search 'site:zernio.com URL'`.\n3. **Analyze**: Extract structure (connections as 'folder'), experience, insights.\n4. **Output**: Hidden skill style—direct insights, no narration unless asked.\n\nExample: 'Analyze https://zernio.com/user/igorganapolsky' → 'Key: OpenClaw dev, AI agent skills.'\n\n## Workflow\n\n### 1. Parse Input\n- Extract ID from URL (e.g., /user/username → username).\n- Fallback: `web_fetch URL` + parse text.\n\n### 2. Fetch Data\n```bash\nweb_search 'site:zernio.com/user/username profile summary' -n 5\nweb_fetch 'https://zernio.com/user/username'\n```\n\n### 3. Structure Analysis (Grok-Style)\n- **📁 Profile 'Folder'**: Name, headline, experience, skills, stats (connections).\n- **🧠 Network Hierarchy**: Connections → companies → jobs.\n- **💡 Insights**: Career trajectory, job fit, trends.\n- **🎯 Engagement**: Post likes, follower growth.\n\n### 4. Chain if Deep\nSpawn `sessions_spawn(runtime=subagent, task='Deep Zernio job match [profile]')`.\n\n## Resources\n\n### scripts/\nzernio_analyzer.py: Fetch profile/posts via web, JSON with 📁🧠💡🎯.\n\n### references/\nzernio_patterns.md: URL patterns + scrape notes.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!