Collector Hand Skill logo

Collector Hand Skill

OrganizationPopular
RightNow-AI
collector-hand-skill

Expert knowledge for AI intelligence collection — OSINT methodology, entity extraction, knowledge graphs, change detection, and sentiment analysis

Overview

PublisherRightNow-AI
Repositoryopenfang
Skill namecollector-hand-skill
Stars
18.2K
Forks
2.3K
Bundled files
1
LicenseApache-2.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by RightNow-AI on GitHub. Read the source before you install it.

Installation

Install the Collector Hand Skill AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/RightNow-AI/openfang.git /tmp/openfang
mkdir -p .claude/skills
cp -r /tmp/openfang/crates/openfang-hands/bundled/collector .claude/skills/collector-hand-skill
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Collector Hand Skill in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Collector Hand Skill on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Collector Hand Skill is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Intelligence Collection Expert Knowledge

OSINT Methodology

Collection Cycle

  1. Planning: Define target, scope, and collection requirements
  2. Collection: Gather raw data from open sources
  3. Processing: Extract entities, relationships, and data points
  4. Analysis: Synthesize findings, identify patterns, detect changes
  5. Dissemination: Generate reports, alerts, and updates
  6. Feedback: Refine queries based on what worked and what didn't

Source Categories (by reliability)

TierSource TypeReliabilityExamples
1Official/PrimaryVery HighCompany filings, government data, press releases
2InstitutionalHighNews agencies (Reuters, AP), research institutions
3ProfessionalMedium-HighIndustry publications, analyst reports, expert blogs
4CommunityMediumForums, social media, review sites
5Anonymous/UnverifiedLowAnonymous posts, rumors, unattributed claims

Search Query Construction by Focus Area

Market Intelligence:

"[target] market share"
"[target] industry report [year]"
"[target] TAM SAM SOM"
"[target] growth rate"
"[target] market analysis"
"[target industry] trends [year]"

Business Intelligence:

"[company] revenue" OR "[company] earnings"
"[company] CEO" OR "[company] leadership team"
"[company] strategy" OR "[company] roadmap"
"[company] partnerships" OR "[company] acquisition"
"[company] annual report" OR "[company] 10-K"
site:sec.gov "[company]"

Competitor Analysis:

"[company] vs [competitor]"
"[company] alternative"
"[company] review" OR "[company] comparison"
"[company] pricing" site:g2.com OR site:capterra.com
"[company] customer reviews" site:trustpilot.com
"switch from [company] to"

Person Tracking:

"[person name]" "[company]"
"[person name]" interview OR podcast OR keynote
"[person name]" site:linkedin.com
"[person name]" publication OR paper
"[person name]" conference OR summit

Technology Monitoring:

"[technology] release" OR "[technology] update"
"[technology] benchmark [year]"
"[technology] adoption" OR "[technology] usage statistics"
"[technology] vs [alternative]"
"[technology]" site:github.com
"[technology] roadmap" OR "[technology] changelog"

Entity Extraction Patterns

Named Entity Types

  1. Person: Name, title, organization, role
  2. Organization: Company name, type, industry, location, size
  3. Product: Product name, company, category, version
  4. Event: Type, date, participants, location, significance
  5. Financial: Amount, currency, type (funding, revenue, valuation)
  6. Technology: Name, version, category, vendor
  7. Location: City, state, country, region
  8. Date/Time: Specific dates, time ranges, deadlines

Extraction Heuristics

  • Person detection: Title + Name pattern ("CEO John Smith"), bylines, quoted speakers
  • Organization detection: Legal suffixes (Inc, LLC), "at [Company]", domain names
  • Financial detection: Currency symbols, "raised $X", "valued at", "revenue of"
  • Event detection: Date + verb ("launched on", "announced at", "acquired")
  • Technology detection: CamelCase names, version numbers, "built with", "powered by"

Knowledge Graph Best Practices

Entity Schema

json
{
  "entity_id": "unique_id",
  "name": "Entity Name",
  "type": "person|company|product|event|technology",
  "attributes": {
    "key": "value"
  },
  "sources": ["url1", "url2"],
  "first_seen": "timestamp",
  "last_seen": "timestamp",
  "confidence": "high|medium|low"
}

Relation Schema

json
{
  "source_entity": "entity_id_1",
  "relation": "works_at|founded|competes_with|...",
  "target_entity": "entity_id_2",
  "attributes": {
    "since": "date",
    "context": "description"
  },
  "source": "url",
  "confidence": "high|medium|low"
}

Common Relations

RelationBetweenExample
works_atPerson → Company"Jane Smith works at Acme"
foundedPerson → Company"John Doe founded StartupX"
invested_inCompany → Company"VC Fund invested in StartupX"
competes_withCompany → Company"Acme competes with BetaCo"
partnered_withCompany → Company"Acme partnered with CloudY"
launchedCompany → Product"Acme launched ProductZ"
acquiredCompany → Company"BigCorp acquired StartupX"
usesCompany → Technology"Acme uses Kubernetes"
mentioned_inEntity → Source"Acme mentioned in TechCrunch"

Change Detection Methodology

Snapshot Comparison

  1. Store the current state of all entities as a JSON snapshot
  2. On next collection cycle, compare new state against previous snapshot
  3. Classify changes:
Change TypeSignificanceExample
Entity appearedVariesNew competitor enters market
Entity disappearedImportantCompany goes quiet, product deprecated
Attribute changedCritical-MinorCEO changed (critical), address changed (minor)
New relationImportantNew partnership, acquisition, hiring
Relation removedImportantPerson left company, partnership ended
Sentiment shiftImportantPositive→Negative media coverage

Significance Scoring

CRITICAL (immediate alert):
  - Leadership change (CEO, CTO, board)
  - Acquisition or merger
  - Major funding round (>$10M)
  - Product discontinuation
  - Legal action or regulatory issue

IMPORTANT (include in next report):
  - New product launch
  - New partnership or integration
  - Hiring surge (>5 roles)
  - Pricing change
  - Competitor move
  - Major customer win/loss

MINOR (note in report):
  - Blog post or press mention
  - Minor update or patch
  - Social media activity spike
  - Conference appearance
  - Job posting (individual)

Sentiment Analysis Heuristics

When track_sentiment is enabled, classify each source's tone:

Classification Rules

  • Positive indicators: "growth", "innovation", "breakthrough", "success", "award", "expansion", "praise", "recommend"
  • Negative indicators: "lawsuit", "layoffs", "decline", "controversy", "failure", "breach", "criticism", "warning"
  • Neutral indicators: factual reporting without strong adjectives, data-only articles, announcements

Sentiment Scoring

Strong positive: +2 (e.g., "Company wins major award")
Mild positive:   +1 (e.g., "Steady growth continues")
Neutral:          0 (e.g., "Company releases Q3 report")
Mild negative:   -1 (e.g., "Faces increased competition")
Strong negative: -2 (e.g., "Major data breach disclosed")

Track rolling average over last 5 collection cycles to detect trends.


Report Templates

Intelligence Brief (Markdown)

markdown
# Intelligence Report: [Target]
**Date**: YYYY-MM-DD HH:MM UTC
**Collection Cycle**: #N
**Sources Processed**: X
**New Data Points**: Y

## Priority Changes
1. [CRITICAL] [Description + source]
2. [IMPORTANT] [Description + source]

## Executive Summary
[2-3 paragraph synthesis of new intelligence]

## Detailed Findings

### [Category 1]
- Finding with [source](url)
- Data point with confidence: high/medium/low

### [Category 2]
- ...

## Entity Updates
| Entity | Change | Previous | Current | Source |
|--------|--------|----------|---------|--------|

## Sentiment Trend
| Period | Score | Direction | Notable |
|--------|-------|-----------|---------|

## Collection Metadata
- Queries executed: N
- Sources fetched: N
- New entities: N
- Updated entities: N
- Next scheduled collection: [datetime]

Source Evaluation Checklist

Before including data in the knowledge graph, evaluate:

  1. Recency: Published within relevant timeframe? Stale data can mislead.
  2. Primary vs Secondary: Is this the original source, or citing someone else?
  3. Corroboration: Do other independent sources confirm this?
  4. Bias check: Does the source have a financial or political interest in this claim?
  5. Specificity: Does it provide concrete data, or vague assertions?
  6. Track record: Has this source been reliable in the past?

If a claim fails 3+ checks, downgrade its confidence to "low".

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Collector Hand Skill AI skill do?

Expert knowledge for AI intelligence collection — OSINT methodology, entity extraction, knowledge graphs, change detection, and sentiment analysis

Why use Collector Hand Skill on TypingMind?

Because you install it once and use it with any model. Collector Hand Skill is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Collector Hand Skill in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-hands/bundled/collector. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Collector Hand Skill?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Collector Hand Skill?

As many as you like. As long as a model supports skills, you can use Collector Hand Skill with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Collector Hand Skill AI skill free?

Yes. It is published on GitHub by RightNow-AI under the Apache-2.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇