AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Research Automation Bundle

skill-sloemo01-hermes-skills-bundle-research-automation-bundle · by sloemo01

Use when you need comprehensive research skills bundled for any topic — web research, OSINT, MCP servers, social media hiring, LinkedIn, job search.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-sloemo01-hermes-skills-bundle-research-automation-bundle

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sloemo01-hermes-skills-bundle-research-automation-bundle)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
15d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Research Automation Bundle? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. job-search-automation — Find remote roles for [USER'S TOPIC]
  2. linkedin-automation — Research company employees & hiring managers
  3. deep-web-research — Deep dive on target companies

OSINT Investigation

  1. osint-person-search — Cross-platform person verification
  2. kimi-webbridge — Browser automation for evidence collection
  3. deep-web-research — Multi-tab organized research

MCP Server Discovery + Domain Research

  1. mcp-server-research — Find MCP servers for [USER'S TOPIC]
  2. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.