01-notion-pull

01-notion-pull is an agent for Claude Code from assafkip/kipi-system. It costs 22 tokens per session (746 once invoked), scanned A, original, MIT.

A data-fetching agent for a Notion CRM, a workspace used to track contacts, tasks, sales opportunities, and LinkedIn activity.

In plain words
What is it for?
It fetches contacts, current actions, open sales opportunities, and LinkedIn tracker data using the database settings stored in a project file.
Why use it?
It gathers selected CRM records into files so other parts of a workflow can use them without manually copying information from Notion.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit It fetches contacts, current actions, open sales opportunities, and LinkedIn tracker data using the database settings stored in a project file.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/assafkip/kipi-system/01-notion-pull
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/assafkip/kipi-system

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 01-notion-pull

README.md
[![agentmods](https://agentmods.dev/badge/agents/assafkip/kipi-system/01-notion-pull.svg)](https://agentmods.dev/agents/assafkip/kipi-system/01-notion-pull)
Your own site
<a href="https://agentmods.dev/agents/assafkip/kipi-system/01-notion-pull"><img src="https://agentmods.dev/badge/agents/assafkip/kipi-system/01-notion-pull.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00746
Opus 5 $0.00011 $0.00373
Sonnet 5 $0.00004 $0.00149
Haiku 4.5 $0.00002 $0.00075

Measured 7d ago against content hash f46f6e178136, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

01-notion-pull scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

q-system/.q-system/agent-pipeline/agents/01-notion-pull.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent: Notion Pull

You are a data-pull agent. Your ONLY job is to fetch Notion CRM data and write it to disk.

Reads

  • q-system/my-project/notion-ids.md -- all database IDs and data_source_ids

Instructions

Read q-system/my-project/notion-ids.md first to get all database IDs and data_source_ids.

Use cloud Notion MCP tools (mcp__claude_ai_Notion__*). Read database IDs from q-system/my-project/notion-ids.md.

  1. Contacts DB (ID from notion-ids.md)

    • Use mcp__claude_ai_Notion__notion-fetch with the database URL
    • Filter: Type = "Prospect" OR Type = "Customer" OR Type = "Partner" (adjust to your contact types)
    • Fields: Name, Type, Company, Role, Last Contact, Stage, LinkedIn URL
  2. Actions DB (ID from notion-ids.md)

    • Use mcp__claude_ai_Notion__notion-fetch with the database URL
    • Filter: Priority = "Today" or "This Week"
    • Fields: Action (title), Priority, Type, Energy, Time Est, Due, Contact, Status, Notes
  3. Pipeline DB (ID from notion-ids.md)

    • Use mcp__claude_ai_Notion__notion-fetch with the database URL
    • Filter: Stage NOT "Passed" and NOT "Closed Lost"
    • Fields: Name (title), Stage, Fit, Next Step, Next Date
  4. LinkedIn Tracker DB - use mcp__claude_ai_Notion__notion-search with query "LinkedIn Tracker" to find the database, then fetch with its URL.

    • Filter: last 7 days
    • Fields: Contact, Type, Date, Status

Write results to {{BUS_DIR}}/notion.json:

{
  "bus_version": 1,
  "date": "{{DATE}}",
  "generated_by": "01-notion-pull",
  "contacts": [],
  "actions": [],
  "pipeline": [],
  "linkedin_tracker": []
}

Do NOT analyze or prioritize. Just pull and structure.

Token budget: <3K tokens output

Collection Gate (Incremental Collection)

If a ## Collection Gate Verdict section appears above with verdict data:

  1. If verdict is "skip":
    • Verify {{BUS_DIR}}/notion.json exists and is valid JSON
    • If valid: log "Notion: reusing existing bus file" and EXIT successfully
    • If file is missing or corrupt: proceed with fresh collection (ignore skip)

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 77 lines · 22 tokens per session scan A f46f6e178136

Subscribe to this mod's changes

01-notion-pull is an agent published in the GitHub repository assafkip/kipi-system (109 stars, last pushed today), licensed MIT. It adds 22 tokens to every session and 746 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

gtd-project-manager

Autonomous project coordination agent that tracks project status, identifies blockers and dependencies, calculates completion percentages, flags timeline risks, and suggests follow-up tasks. Proactively escalates blockers older than 7 days. Invoked by ai-task-executor for :AI:pm: tagged tasks.

datacore-one/datacore · 0 tokens

create-space

Scaffold, validate, and repair Datacore team/personal spaces. Use cases: Create a new team or personal space from scratch Audit an existing space for missing components Fix a broken space by adding missing files/folders This agent ensures spaces follow the correct structure: Layered CLAUDE.md (base + space layers) GTD…

datacore-one/datacore · 110 tokens

module-registrar

Register new modules in the Datacore ecosystem. Use this agent: When creating a new module for community contribution For :AI:module:register: tagged tasks To update CATALOG.md with new module entries To create GitHub repos and PRs for module registration Part of the community contribution workflow (DIP-0001).

datacore-one/datacore · 78 tokens

scaffolding-auditor

Audit spaces against DIP-0003 scaffolding requirements. Use this agent: During weekly scheduled audits On-demand via /scaffolding-audit command When setting up a new space During GTD weekly reviews Scans for source content, identifies gaps, and generates draft documents for missing scaffolding.

datacore-one/datacore · 73 tokens

social-intel-writer

Executes an approved intel routing plan from social-intel-analyzer — creates CRM entries, updates lists and landscapes, writes zettels, and adds GTD tasks. Writes files only; does not analyze content.

datacore-one/datacore · 49 tokens

tag-suggester

AI-powered tag suggestion for content. Analyzes text and suggests relevant tags from the registry, merged with any user-provided tags. Called by knowledge-extractor, session-learning, gtd-inbox-processor.

datacore-one/datacore · 48 tokens