Install
$ agentstack add skill-sloemo01-hermes-skills-bundle-research-automation-bundle ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Research Automation Bundle
Overview
This skill bundles research and automation skills for comprehensive web research, OSINT, and domain-specific analysis workflows — for any topic the user wants to research.
Included Skills
| Skill | Category | Purpose | |-------|----------|---------| | kimi-webbridge | automation | Browser automation via Kimi WebBridge daemon | | deep-web-research | research | 10+ tab deep research with tab groups | | job-search-automation | automation | Search any role across 5 platforms (LinkedIn, Indeed, Glassdoor, Naukri, Dice) | | linkedin-automation | automation | LinkedIn people search & filtering | | mcp-server-research | research | Find free MCP servers for any topic — data, APIs, dev tools, automation | | osint-person-search | research | Cross-platform person profile verification (12+ platforms) |
When to Use
- User wants to research any topic comprehensively
- Job search + company research workflows
- OSINT investigations combining person search + social media + domain data
- Market research combining deep web + MCP servers + social signals
- Hiring landscape analysis across LinkedIn, X/Twitter, job boards
Usage Pattern
# Load all skills in sequence for a research workflow
skill_view(name="kimi-webbridge")
skill_view(name="deep-web-research")
skill_view(name="job-search-automation")
skill_view(name="linkedin-automation")
skill_view(name="mcp-server-research")
skill_view(name="osint-person-search")
Workflow Examples
Job Hunt + Company Research
job-search-automation— Find remote roles for [USER'S TOPIC]linkedin-automation— Research company employees & hiring managersdeep-web-research— Deep dive on target companies
OSINT Investigation
osint-person-search— Cross-platform person verificationkimi-webbridge— Browser automation for evidence collectiondeep-web-research— Multi-tab organized research
MCP Server Discovery + Domain Research
mcp-server-research— Find MCP servers for [USER'S TOPIC]deep-web-research— Market sentiment, regulatory news, docs
Generic Research
You: "Research renewable energy policy in EU"
Agent:
1. deep-web-research — 10+ tab methodology on EU energy policy
2. mcp-server-research — Find MCP servers for energy data APIs
3. job-search-automation — Find roles in renewable energy sector
4. linkedin-automation — Find experts/companies in space
Kimi WebBridge Daemon
All browser automation requires the Kimi WebBridge daemon running at http://127.0.0.1:10086.
macOS / Linux:
~/.kimi-webbridge/bin/kimi-webbridge start
Windows (PowerShell):
& "$env:USERPROFILE\.kimi-webbridge\bin\kimi-webbridge.exe" start
Cross-platform (any shell with HOME/USERPROFILE):
${HOME:-$USERPROFILE}/.kimi-webbridge/bin/kimi-webbridge${EXE:-} start
The daemon runs on http://127.0.0.1:10086 regardless of platform.
Key Principle: User-Defined Topics
Every skill in this bundle accepts user-specified topics. The agent should always ask or infer:
> "What do you want to research / search for?"
Then pass that topic to each skill's methodology. No hardcoded topics.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sloemo01
- Source: sloemo01/hermes-skills-bundle
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.