Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

vendor-compliance-1099供应商合规性 1099

Agent Skill

vendor-compliance-1099 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,491

周安装

306

GitHub Stars

公开资料未说明

下载量

2,399
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vendor-compliance-1099(供应商合规性 1099)
来源仓库:https://github.com/samledger67-dotcom/vendor-compliance-1099
安装命令:
openclaw skills install vendor-compliance-1099
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install vendor-compliance-1099

简介

供应商合规1099工具从QuickBooks提取全年付款记录,自动标记IRS申报对象。

  • 适用于会计年度末税务准备工作,减少人工核对工作量。
  • 按600美元门槛分类供应商,生成合规报告草稿。
  • 安装命令:openclaw skills install vendor-compliance-1099,需QB数据访问权限。
  • 财务数据敏感,操作前应确认授权范围与审计留痕。

SKILL.md

name
vendor-compliance-1099
description
>
version
1.0.0
author
samledger67
tags
updated
2026-03-18

Skill: vendor-compliance-1099

Description

1099 vendor compliance pipeline for accounting firms. Pulls the full-year General Ledger from QBO, aggregates vendor payments by name, applies IRS $600 threshold, classifies 1099-NEC vs 1099-MISC, checks corporate exemptions, tracks W-9 and TIN status, filters credit card payments (1099-K handled by processor), calculates late-filing penalties, and produces a year-over-year CDC. Outputs an 8-tab Excel workbook.

Trigger phrases: "run 1099 compliance," "vendor 1099 check," "pull 1099 list," "who needs a 1099," "1099 vendor scan," "W-9 tracker," "1099-NEC list," "1099-MISC list"

NOT for: payroll W-2 compliance, 1042-S foreign withholding, 1099-K reconciliation (CC processor), or non-US entities.


Pipeline Location

scripts/pipelines/vendor-compliance-1099.py

Usage

# Standard run
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025

# QBO sandbox
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --sandbox

# Custom output directory
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --out ~/Desktop/1099s

# Skip GL pull (empty vendor list — testing only)
python3 scripts/pipelines/vendor-compliance-1099.py --slug my-client --year 2025 --skip-gl

Arguments:

FlagRequiredDefaultNotes
--slugQBO client slug
--yearTax year (e.g. 2025)
--sandboxfalseUse QBO sandbox
--skip-glfalseSkip GL pull (empty output — testing only)
--out~/DesktopOutput directory

Output: 8-Tab Excel Workbook

TabContents
Vendor SummaryAll vendors: total paid, ACH/check/wire vs CC split, form type, corp exempt flag, action required
1099-NEC ListContractors/service vendors ≥$600 (reportable amount only), W-9 status, TIN status, action
1099-MISC ListRent, royalties, prizes ≥$600 with MISC box classification (Box 1/2/3/6/10)
ExemptionsCorp-flagged vendors (LLC/Inc/Corp/Ltd) requiring manual entity-type verification before skipping 1099
W-9 TrackerPer-vendor W-9 received/pending/missing status; persisted between runs; editable date/TIN fields
Payment MethodsACH/check/wire vs. credit card split per vendor; CC excluded from 1099 reportable amount
Penalties CalcIRC §6721/6722 penalty scenarios: on-time, 15/30/45/60/90 days late + today's actual exposure
CDC LogNew vendors (not in prior year), dropped vendors, amount changes ≥10% or ≥$500 YoY

Output filename: VendorCompliance_1099_{slug}_{year}.xlsx


Key IRS Rules Implemented

$600 Threshold

  • Applied to ACH/check/wire amounts only — credit card payments excluded (processor files 1099-K)
  • Threshold is per-vendor, full calendar year aggregate

1099 Type Classification

FormWhenKeyword triggers
1099-NECNon-employee compensation: contractors, consultants, attorneys, sole proprietorscontractor, freelance, consultant, attorney, repair, cleaning, design, etc.
1099-MISCRent, royalties, prizes, medical paymentsrent, royalty, prize, award, medical, healthcare

Default is 1099-NEC — NEC is assumed for all service payments unless account/memo indicates MISC category.

Corporate Exemption

  • Vendor names matching LLC|Inc|Corp|Ltd|Co.|Company|etc. → flagged as potentially exempt
  • Still appear in Exemptions tab for manual verification
  • Exception — always file regardless of entity type:

- Attorneys (IRC §6045(f)) → 1099-NEC - Medical providers → 1099-MISC Box 6

Payment Method Filter

  • Credit card keywords in memo/txn_type/split → classified as CC, excluded from reportable amount
  • ACH/check/wire → included in reportable amount
  • Unclassified payments → included (conservative — better to over-report)

W-9 & TIN Tracking

  • W-9 status persisted at .cache/vendor-compliance-1099/{slug}-w9.json
  • New vendors auto-default to NO status
  • TIN status persisted at .cache/vendor-compliance-1099/{slug}-tin.json
  • Backup withholding: 24% applies if vendor fails to provide valid TIN

Filing Deadlines

FormRecipient CopyIRS PaperIRS e-File
1099-NECJanuary 31January 31January 31
1099-MISC (Box 7)January 31January 31January 31
1099-MISC (other boxes)January 31February 28March 31

e-File required if filing 10+ information returns.


Penalty Rates (IRC §6721/6722 — 2024)

Days LatePer FormSmall Biz Annual Cap
≤30 days$60$232,500
31–60 days$120$664,500
>60 days$310$1,329,000
Intentional disregard$630 minimumNo cap

Small business = avg annual gross receipts ≤$5M for 3 prior years.


Cache Files

FilePurpose
.cache/vendor-compliance-1099/{slug}-{year}.jsonYoY snapshot for CDC (auto-saved each run)
.cache/vendor-compliance-1099/{slug}-{year-1}.jsonPrior year snapshot for comparison
.cache/vendor-compliance-1099/{slug}-w9.jsonW-9 status (persisted, editable manually)
.cache/vendor-compliance-1099/{slug}-tin.jsonTIN status (persisted, editable manually)

Updating W-9 status manually:

# Edit cache file directly to update W-9 status
cat .cache/vendor-compliance-1099/my-client-w9.json
# Modify "VendorName": "YES" | "NO" | "PENDING"
# Then re-run pipeline — status will be loaded automatically

Integration Requirements

  • QBO Client: Node.js QBO client (auth token must be set)
  • Python packages: pip install openpyxl
  • GL access required: Pipeline reads full-year GL — ensure QBO auth has GL report access
  • No write access to QBO — read-only integration

Decimal Math

All financial calculations use Python Decimal with ROUND_HALF_UP at 2 decimal places. No float arithmetic. Same pattern as tax-package-prep.py and pl-deep-analysis.py.


When NOT to Use This Skill

  • Payroll / W-2 compliance → separate payroll workflow
  • 1099-K reconciliation → CC processor provides (not Sam's responsibility)
  • Foreign vendor withholding → Form 1042-S, different rules
  • State-level 1099 filing → varies by state, not covered here
  • 1099-INT / 1099-DIV / 1099-B → investment/bank-issued, not vendor compliance

Workflow Checklist

Run this pipeline as part of year-end close:

  1. November/December: Pre-screen — run pipeline to identify missing W-9s before year-end
  2. January (early): Final run — full year GL aggregation
  3. January 15: W-9 collection deadline (internal)
  4. January 25: Prepare and review filings
  5. January 31: File 1099-NEC (recipient + IRS)
  6. February 28 / March 31: File 1099-MISC (IRS paper/e-file)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.1%
按下载量换算1,730

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills