gift-entry-and-processing

gift-entry-and-processing is a skill for Claude Code, Codex from BanibrataChatterjee/AwesomeSalesforceSkills. It costs 51 tokens per session (2,642 once invoked), scanned A, original, Apache-2.0.

A guide to NPSP Gift Entry, a Salesforce feature for recording and processing nonprofit donations. It covers templates, batches, payments, allocation of donations, and receipts.

In plain words
What is it for?
Use it to configure gift-entry templates, enter batches of donations, process payments, assign donations, and track receipts.
Why use it?
It helps nonprofits move gifts through the required entry and processing workflow instead of treating them as ordinary sales records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to configure gift-entry templates, enter batches of donations, process payments, assign donations, and track receipts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing
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.

Any agent
npx skills add BanibrataChatterjee/AwesomeSalesforceSkills --skill gift-entry-and-processing
Clone the repo
git clone --depth 1 https://github.com/BanibrataChatterjee/AwesomeSalesforceSkills

Made for: Claude Code, Codex.

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 gift-entry-and-processing

README.md
[![agentmods](https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing/github.svg)](https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing)
Your own site
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing/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 gift-entry-and-processing

Your own site · 80×15
<a href="https://agentmods.dev/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing"><img src="https://agentmods.dev/badge/skills/banibratachatterjee/awesomesalesforceskills/gift-entry-and-processing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,642 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.00051 $0.02642
Opus 5 $0.00026 $0.01321
Sonnet 5 $0.00010 $0.00528
Haiku 4.5 $0.00005 $0.00264

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

Security

Grade A, and why

gift-entry-and-processing 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_gift_entry_and_processing.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/admin/gift-entry-and-processing/SKILL.md · 187 lines

How it starts

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

Gift Entry and Processing

This skill activates when a practitioner needs to configure, troubleshoot, or extend the NPSP Gift Entry feature — covering template setup, batch entry, the staging-to-target promotion pipeline via processGiftEntries, payment processing, donation allocation, and receipt tracking. It does NOT cover direct Opportunity creation or manual DML against GiftTransaction outside the Gift Entry framework.


Before Starting

Gather this context before working on anything in this domain:

  • Advanced Mapping must be enabled. Navigate to NPSP Settings > Advanced Mapping and enable it before attempting to activate the Gift Entry feature. Gift Entry will not activate without it.
  • API version constraint. The GiftEntry staging object is available at API v59.0+. The TaxReceiptStatus field on GiftTransaction is available at API v62.0+. Verify the org's API version before relying on these.
  • Template type constraint. The Default Gift Entry Template is the only template that supports single-gift entry in the standard Gift Entry UI. Custom templates are batch-only. This is a hard platform constraint, not a configuration choice.
  • Common wrong assumption: practitioners assume Gift Entry writes directly to Opportunity or GiftTransaction via DML. In reality, it creates a GiftEntry staging record first, and the processGiftEntries invocable action performs the promotion.

Core Concepts

Staging Object: GiftEntry

Every gift submitted through Gift Entry creates a GiftEntry__c (or GiftEntry in API v59.0+ schema) staging record. This record holds all raw gift data — donor, amount, payment method, designations — before the data is validated and committed to target objects. The staging record persists until processGiftEntries is explicitly called. If that action is never invoked, the gift lives only in staging and no GiftTransaction, GiftDesignation, or GiftSoftCredit record is ever created.

processGiftEntries Invocable Action

Read the full file on GitHub · 187 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 187 lines · 51 tokens per session scan A e5762f13916c

Subscribe to this mod's changes

gift-entry-and-processing is a skill published in the GitHub repository BanibrataChatterjee/AwesomeSalesforceSkills (3 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 2,642 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

collaborative-forecasts

Set up, configure or troubleshoot Salesforce Collaborative Forecasts: forecast types, forecast categories, rollup methods, quota management, forecast hierarchy, manager adjustments, pipeline inspection integration. Trigger keywords: forecast type, forecast category, cumulative rollup, individual rollup, quota…

PranavNagrecha/AwesomeSalesforceSkills · 118 tokens

cpq-pricing-rules

Use when configuring or troubleshooting Salesforce CPQ pricing: Price Rules, Price Conditions, Price Actions, Lookup Queries, Discount Schedules, Block Pricing, Percent of Total, and Contracted Prices. Trigger keywords: CPQ price rule, price action, discount schedule, block pricing, percent of total, contracted price…

PranavNagrecha/AwesomeSalesforceSkills · 116 tokens

billing-schedule-setup

Configure Salesforce Billing (blng managed package) billing schedules, invoice plans, billing policies, and billing treatments on activated Orders. Triggers: 'billing schedule not generating invoices', 'blngBillingSchedulec missing after order activation', 'in-advance vs in-arrears billing', 'milestone billing'…

PranavNagrecha/AwesomeSalesforceSkills · 134 tokens

compliant-data-sharing-setup

Declarative setup of Compliant Data Sharing (CDS) in Financial Services Cloud: enabling CDS per-object in IndustriesSettings, configuring OWDs, creating CDS permissions, adding the Financial Deal Participants related list, and defining Participant Roles. Trigger keywords: ethical walls, compliant data sharing setup…

PranavNagrecha/AwesomeSalesforceSkills · 111 tokens

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens