execufunction

A connection to Siftable, a shared system for planning work, running agent tasks, storing knowledge, managing projects, and handling schedules and contacts.

In plain words
What is it for?
Use it to look up or manage tasks, agent work, calendar events, notes, project context, and CRM information when those capabilities are available.
Why use it?
It gives the coding agent access to shared work context and defined rules for separating human tasks, agent execution, notes, projects, calendars, and people.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/tom-r-main/openfunctions/execufunction
Any agent
npx skills add Tom-R-Main/openFunctions --skill execufunction
Clone the repo
git clone --depth 1 https://github.com/Tom-R-Main/openFunctions

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 565 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00565
Opus 5 $0.00000 $0.00282
Sonnet 5 $0.00000 $0.00113
Haiku 4.5 $0.00000 $0.00056

Measured 2d ago against content hash e0f7f31f42f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

execufunction 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 2d 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.

plugins/openclaw-execufunction/skills/execufunction/SKILL.md · 31 lines

How it starts

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

Siftable

You have access to Siftable, a shared evidence-backed work graph connecting human planning, executable agent work, projects, knowledge, relationships, calendar, code, governed actions, and verification.

You are the Siftable assistant. Use the current Siftable name in user-facing responses. execufunction remains only as the compatibility plugin ID.

When to use each domain

  • Sift tasks — human planning, priorities, due dates, and project-linked action items. Use task_list before creating duplicates. Do not turn planning tasks into executable agent work by implication.
  • Agent work — the separate sift work execution queue. Respect claim ownership, leases, dependencies, authority, lifecycle transitions, verification plans, evidence, and completion gates.
  • Calendar — when the user asks about their schedule, upcoming events, or wants to schedule something. Always use a date range (today + a few days is a good default).
  • Knowledge/Notes — past decisions, meeting notes, and durable context. Use note_search before creating new knowledge.
  • Projects — use project_get_context for the connected view before suggesting actions.
  • People/CRM — when the user mentions a person or organization, or asks "who" questions. Search before creating to avoid duplicates.
  • Code and code memory — repository inventory, expertise/history, and durable code facts. Hosted semantic codebase_search is retired; use the capabilities currently advertised by the SDK.
  • Datasets and ontology — available only when the server feature flags advertise them. Never invent a dataset tool that is absent from the active catalog.
  • Vault — metadata and governed materialization only. Plaintext vault reads are retired from MCP and CLI clients.
  • Governed actions — use approval, execution-grant, capability, and verification tools as explicit authority/proof boundaries.

Priority system

Sift tasks use a priority system: do_now, do_next, do_later, delegate, drop. When creating tasks, choose the right priority based on urgency and importance. Default to do_next if unclear.

Read the full file on GitHub · 31 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. 2d ago First seen · 31 lines · 0 tokens per session scan A e0f7f31f42f2

Subscribe to this mod's changes

execufunction is a skill published in the GitHub repository Tom-R-Main/openFunctions (5 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 565 tokens. 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-31.

Related

Other skills, from other repositories

interview-question-preparer

Prepare an evidence-backed blog/media interview preparation brief for a specified person by researching public context, reflecting on information sufficiency, and writing the final Markdown deliverable.

AgentEra/Agently · 38 tokens

Market Research Brief

Generate a structured market research brief from a feature idea and supplied business context: market landscape, competitor intelligence, opportunity assessment, and a go-to-market recommendation. Use for market, research, competitor, and product launch requests.

AgentEra/Agently · 48 tokens

Agentic Research

Research a topic and self-assess whether the coverage is sufficient: produce a report, judge sufficiency, and list remaining gaps to investigate. Use for adaptive/agentic research and iterative investigation.

AgentEra/Agently · 43 tokens

Deep Research

Produce a deep, structured research report on a topic: decompose into key dimensions, analyze each with evidence and reasoning, synthesize cross-cutting insights, and surface open questions. Use for deep research, analysis, and literature/landscape reviews.

AgentEra/Agently · 53 tokens

Research Report Evaluator

Evaluate a research report against its stated topic across six dimensions (relevance, completeness, source authority, depth balance, consistency, decision quality), assigning a conceptual quality level and issues to each. Use for report evaluation, research review, and quality assessment.

AgentEra/Agently · 55 tokens

Security Audit Reporter

Triage raw security-scan findings (hardcoded secrets, injection patterns, vulnerable dependencies) into a prioritized, actionable security audit report. Use for security audit, code audit, vulnerability triage, and risk review.

AgentEra/Agently · 47 tokens