humblytics-marketing-skills: Instructions file for Codex

AGENTS.md

humblytics-marketing-skills AGENTS.md is an instructions file for Codex, OpenCode from Humblytics/humblytics-marketing-skills. It costs 973 tokens per session, scanned A, original, MIT.

Repository instructions for AI coding agents working on marketing skills for Humblytics, an analytics platform. They describe the repository, skill-file format, and rules for handling API credentials.

In plain words
What is it for?
Use them when creating or editing Humblytics skills, checking their required format, or configuring access through environment variables.
Why use it?
They help agents follow the project's structure and avoid exposing secret keys or committing real credentials.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

This is Humblytics/humblytics-marketing-skills's own configuration. It tells Codex and OpenCode how to work on humblytics-marketing-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything humblytics-marketing-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Humblytics/humblytics-marketing-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Humblytics/humblytics-marketing-skills/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/Humblytics/humblytics-marketing-skills

Made for: Codex, OpenCode.

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 humblytics-marketing-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/humblytics/humblytics-marketing-skills/agents-md/github.svg)](https://agentmods.dev/instructions/humblytics/humblytics-marketing-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/humblytics/humblytics-marketing-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/humblytics/humblytics-marketing-skills/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for humblytics-marketing-skills AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/humblytics/humblytics-marketing-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/humblytics/humblytics-marketing-skills/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 973 This file is loaded in full into every session.
When invoked 973 The same file — it is already loaded in full.
Security scan A 1 finding. 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.00973 $0.00973
Opus 5 $0.00487 $0.00487
Sonnet 5 $0.00195 $0.00195
Haiku 4.5 $0.00097 $0.00097

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

Security

Grade A, and why

humblytics-marketing-skills AGENTS.md scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Skills that use live data call the **Humblytics MCP server** — they invoke `mcp__humblytics__*` tools, never raw HTTP. There is no base URL or `curl` in the skills.
AGENTS.md · 80 lines

How it starts

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

AGENTS.md

Guidelines for AI agents working in this repository.

Repository Purpose

This repository contains Agent Skills for CRO and marketing workflows that integrate with the Humblytics analytics platform. Each skill is a self-contained markdown file under skills/<skill-name>/SKILL.md.

Security Rules

  • NEVER hardcode API keys, secrets, tokens, or credentials in any file
  • ALWAYS read credentials from environment variables ($HUMBLYTICS_API_KEY) — do NOT ask the user to paste keys into chat, since that persists them in transcripts
  • Direct users to .env.example.envsource .env when credentials are missing
  • NEVER commit .env files or any file containing real credentials
  • When referencing API keys in examples, use placeholders like your_api_key_here or $HUMBLYTICS_API_KEY

Skill File Format

Every SKILL.md must include YAML frontmatter:

---
name: skill-name
description: When to use this skill (1-1024 chars). Include trigger phrases.
metadata:
  version: 1.0.0
  author: Humblytics
---

Followed by markdown content with these sections:

  • Purpose
  • When to Use
  • Before You Start (prerequisites, context gathering)
  • Core workflow or principles
  • Related Skills

Humblytics MCP

Skills that use live data call the Humblytics MCP server — they invoke mcp__humblytics__* tools, never raw HTTP. There is no base URL or curl in the skills.

  • Server name: humblytics
  • URL: https://mcp.humblytics.com/v1 (Streamable HTTP, 37 tools)
  • Auth: sent as connection headers — Authorization: Bearer $HUMBLYTICS_API_KEY, plus an optional X-Humblytics-Property-Id: $HUMBLYTICS_PROPERTY_ID to pin a property. Set once when the server is registered (see the repo README), not per call.
  • Property: the MCP auto-resolves the property for a single-property key; for a multi-property key, call list_properties and pass the matching propertyId.
  • Tools: traffic (get_traffic_summary, get_traffic_trends, get_traffic_breakdown, get_entry_exit_pages, get_traffic_realtime), pages (get_pages_breakdown, get_page_details), clicks/forms (get_clicks_breakdown, get_clicks_details, get_forms_breakdown, get_forms_details), funnels (query_funnel, get_funnel_sankey, get_funnel_suggestions, list_saved_funnels, save_funnel), split tests (get_split_test_recommendations, create_split_test, list_split_tests, get_split_test, update_split_test, stop_split_test), ads (get_ads_attribution + the list_meta_*/get_meta_* and list_google_ads_*/get_google_ads_connection tools).
  • Docs: https://docs.humblytics.com

Read the full file on GitHub · 80 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. 11d ago First seen · 80 lines · 973 tokens per session scan A a27762080866

Subscribe to this mod's changes

humblytics-marketing-skills AGENTS.md is an instructions file published in the GitHub repository Humblytics/humblytics-marketing-skills (83 stars, last pushed 7d ago), licensed MIT. It adds 973 tokens to every session, about $0.0049 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens