ai-actions-readme

ai-actions-readme is a cursor rule for coding agents from freshworks-developers/fw-dev-tools. It costs 0 tokens per session (324 once invoked), scanned A, original, MIT.

A README rule for Freshworks Platform 3.0 AI Actions marketplace apps. The README is the project guide that explains the app's features, authentication, setup, actions, and testing.

In plain words
What is it for?
Use it when writing or reviewing the root README.md. It covers setup details, action function names, installation parameters, and FDK testing commands.
Why use it?
It prevents an app from being considered complete without clear instructions for installation, credentials, available actions, and local testing.

Cursor rule

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 rules/freshworks-developers/fw-dev-tools/ai-actions-readme
Clone the repo
git clone --depth 1 https://github.com/freshworks-developers/fw-dev-tools

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 ai-actions-readme

README.md
[![agentmods](https://agentmods.dev/badge/rules/freshworks-developers/fw-dev-tools/ai-actions-readme.svg)](https://agentmods.dev/rules/freshworks-developers/fw-dev-tools/ai-actions-readme)
Your own site
<a href="https://agentmods.dev/rules/freshworks-developers/fw-dev-tools/ai-actions-readme"><img src="https://agentmods.dev/badge/rules/freshworks-developers/fw-dev-tools/ai-actions-readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 324 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.00324
Opus 5 $0.00000 $0.00162
Sonnet 5 $0.00000 $0.00065
Haiku 4.5 $0.00000 $0.00032

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

Security

Grade A, and why

ai-actions-readme 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 4d 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.

skills/fw-ai-actions-app/rules/ai-actions-readme.mdc · 48 lines

What it actually says

AI Actions README Template

REQUIRED — every AI actions app must include a README.md at the app root. Absence of README.md is a blocking issue. Do not mark the app as complete without it.

Structure (Platform 3.0 AI Actions app)

# [App Name] AI Actions App

A Freshworks marketplace app that provides AI actions for [integration/service].

## Features

- **[Action 1]** - Brief description
- **[Action 2]** - Brief description
- **[Authentication]** - e.g., Bearer Token, OAuth

## Setup

1. Install the app in your Freshworks product
2. Configure credentials in app settings:
   - [List iparams: API Key, Base URL, etc.]

## Actions Available

- `actionName1` - Description
- `actionName2` - Description

## Testing

cd <app-directory>
fdk run

Open https://localhost:10001/web/test, select type "actions", and test each action.

Rules

  • Keep concise
  • List all actions with function names
  • Include setup steps for iparams
  • Add testing instructions (fdk run, web/test)
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. 4d ago First seen · 48 lines · 0 tokens per session scan A e19ca526346e

Subscribe to this mod's changes

ai-actions-readme is a cursor rule published in the GitHub repository freshworks-developers/fw-dev-tools (5 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 324 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.