Install
pi install npm:seekbrain
Installs from npm into ~/.pi/agent/.
Add -l for project-local (.pi/). Manage with pi list / pi update / pi remove.
What this package can reach
Detected automatically from the source at
version 0.1.2.
This describes access, not safety — you decide whether it's appropriate for what
the package claims to do.
- Behavior — Changes how the agent thinks Modifies the system prompt, injects messages, or rewrites conversation context.
- Commands — Runs shell commands Spawns processes on your machine.
- Credentials — Handles your API keys Reads or passes provider credentials. Highest-trust capability there is.
- Files — Reads files outside your project Touches paths beyond the working directory, such as your home folder.
- Intercepts tools — Can block or rewrite tool calls Subscribes to tool_call/tool_result/input. Can change a command after you approved the one displayed.
- Network — Talks to the internet Makes outbound network requests. Check the destinations are ones you expect.
- LLM traffic — Sees raw model API traffic Reads or replaces provider requests, headers or responses — including your prompts.
- New tools — Adds model-callable tools Gives the agent new abilities. Additive and visible, unlike an override.
- UI — Draws its own interface Renders widgets, footers, dialogs or full-screen views.
What it actually did when run
observedLoaded in a sandbox with no network, a read-only filesystem and a recording stand-in for pi's API. This is what it called — not what the source suggests it might.
Tools registered seekbrain_system_checkseekbrain_system_capabilitiesseekbrain_data_resolveseekbrain_research_startseekbrain_planning_assessseekbrain_planning_decision_reviewseekbrain_planning_decision_recordseekbrain_planning_generateseekbrain_planning_peer_reviewseekbrain_planning_researcher_reviewseekbrain_planning_researcher_decision_recordseekbrain_analysis_tasks_prepareseekbrain_research_extendseekbrain_execution_initializeseekbrain_execution_runseekbrain_execution_schema_reviewseekbrain_report_evidence_compileseekbrain_execution_tasks_runseekbrain_report_generateseekbrain_analysis_task_controlseekbrain_research_continueseekbrain_run_startseekbrain_run_resumeseekbrain_review_approveseekbrain_review_feedbackseekbrain_formulation_researcher_reviewseekbrain_formulation_updateseekbrain_code_edit_reviewseekbrain_code_update_proposeseekbrain_code_update_reviewseekbrain_recipe_retrieveseekbrain_deep_researchseekbrain_formulation_generateseekbrain_code_executeseekbrain_validation_runseekbrain_figure_refineseekbrain_interpretation_run
Events subscribed after_provider_responsebefore_agent_startmessage_endsession_before_compactsession_shutdownsession_starttool_execution_endtool_execution_starttool_resultturn_end
APIs called getActiveToolsgetActiveTools.includesgetActiveTools.includes.toJSONgetActiveTools.toJSONgetAllToolsgetAllTools.mapgetAllTools.map.includesgetAllTools.map.includes.toJSONgetAllTools.map.toJSONregisterCommandregisterEntryRendererregisterToolsendMessageui.notifyui.selectui.setHeaderui.setStatusui.setTitleui.setWidget
9 calls the source scan did not predict
getActiveTools.includes · getActiveTools.includes.toJSON · getActiveTools.toJSON · getAllTools.map · getAllTools.map.includes · getAllTools.map.includes.toJSON · getAllTools.map.toJSON · ui.select · ui.setWidget
Reached through a value the scan could not follow — passed as an argument, stored on another object, or returned by a helper.
Run against version 0.1.2 on 2026-08-02.
Registration-time behaviour under default settings; other configurations may differ.
Reviews
0 publishedSign in with GitHub to write a review, reply, or vote.
No reviews yet — be the first.
More in Modes & workflows
- pi-dynamic-workflows — Claude-Code-style dynamic workflow orchestration for Pi.
- @raoxxxwq/pi-tasks — A pi extension that brings Claude Code-style task tracking and coordination to pi.
- @ifi/oh-pi-skills — On-demand skill packs for pi: web-search, debug-helper, git-workflow, and more.
- pi-plan-modus — Read-only plan mode with RepoPrompt-aware write blocking; restricts tools, bash commands, …